updated dotfiles

This commit is contained in:
2026-02-24 22:44:05 +01:00
parent 5356157750
commit 85feb977a1
11 changed files with 368 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ general {
# BACKGROUND
background {
monitor =
path = $HOME/Pictures/exp33/exp33-oled.jpeg
path = $HOME/Pictures/mandelbrot.png
blur_passes = 0
color = $base
}

View File

@@ -3,6 +3,7 @@
# Or execute your favorite apps at launch like this:
# exec-once = uwsm app -- waybar
# exec-once = uwsm app -- hyprpanel
# exec-once = uwsm app -- nextcloud --background
exec-once = uwsm app -- nm-applet --indicator
# exec-once = uwsm app -- rclone mount google_drive: ~/gdrive

View File

@@ -1,6 +1,8 @@
# See https://wiki.hyprland.org/Configuring/Environment-variables/
env = INTEL_DEBUG,noccs
env = WLR_DRM_NO_ATOMIC,1
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
env = HYPRCURSOR_SIZE,24
env = XCURSOR_SIZE,24

View File

@@ -1,5 +1,7 @@
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10
monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@90, 0x-1080, 1
monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@75, 0x-1080, 1
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@60, 0x-1080, 1
# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1280x720@240, 0x-720, 1
monitor = eDP-1, 1920x1080@60, 0x0, 1

View File

@@ -11,8 +11,9 @@ if [[ "$1" == "close" ]]; then
for monitor in $(hyprctl monitors all | grep "Monitor DP-" | awk '{print $2}'); do
hyprctl keyword monitor "$monitor, enable"
done
systemd-run --user --on-active=5s systemctl --user restart waybar.service hyprpaper.service
fi
elif [[ "$1" == "open" ]]; then
# Lid opened: re-enable laptop screen
hyprctl keyword monitor "eDP-1, enable"
fi
fi