hypr: stuff

This commit is contained in:
retrozinndev
2025-02-04 12:40:03 -03:00
parent b544f4a45b
commit 92e96ee7d5
8 changed files with 37 additions and 31 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
general {
lock_cmd = echo "Locked Hyprland Session"
unlock_cmd = echo "Unlocked Hyprland Session"
# lock_cmd = echo "Locked Hyprland Session"
unlock_cmd = notify-send "Welcome back to Hyprland, $USER!"
ignore_dbus_inhibit = false
ignore_systemd_inhibit = false
}
@@ -9,5 +9,5 @@ general {
listener {
timeout = 3600 # 1800 -> 30m | 3600 -> 1h | 7200 -> 2h
on-timeout = hyprlock
on-resume = notify-send "Welcome back to Hyprland, $USER!"
# on-resume = notify-send "Welcome back to Hyprland, $USER!"
}