Update configs for hyprland updates

Fixes for swayosd, swaync
This commit is contained in:
2026-05-06 08:10:10 +02:00
parent 80b9f8e09a
commit 47950b53c9
9 changed files with 28 additions and 19 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
general {
lock_cmd = ~/.config/hypr/scripts/lock-screen # lock screen and 1password
before_sleep_cmd = loginctl lock-session # lock before suspend.
lock_cmd = ~/.config/hypr/scripts/lock-screen # lock screen and wait 1s as a crash workaround
before_sleep_cmd = loginctl lock-session # lock before suspend.
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
inhibit_sleep = 3 # wait until screen is locked
inhibit_sleep = 2 # wait until screen is locked
}
listener {