♻️ refactor: move hyprland config files to hypr

This commit is contained in:
João Dias
2024-09-04 22:39:10 -03:00
parent 0fe1fcae67
commit fda5b2426c
12 changed files with 107 additions and 53 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!"
}