💥 hypr: fix wallpaper script

This commit is contained in:
retrozinndev
2024-12-10 10:41:46 -03:00
parent cacc59cb8e
commit 4959fe97fb
13 changed files with 582 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
general {
lock_cmd = echo "Locked Hyprland Session"
unlock_cmd = echo "Unlocked Hyprland Session"
ignore_dbus_inhibit = false
ignore_systemd_inhibit = false
}
listener {
timeout = 3600 # 1800 -> 30m | 3600 -> 1h | 7200 -> 2h
on-timeout = hyprlock
on-resume = notify-send "Welcome back to Hyprland, $USER!"
}