This commit is contained in:
Stephan Raabe
2024-03-14 17:18:48 +01:00
parent 3fcda93405
commit 93476ecd9d
5 changed files with 19 additions and 4 deletions
+8 -1
View File
@@ -5,6 +5,7 @@
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
# |___/|_|
#
# Version 2.8.3
general {
ignore_dbus_inhibit = false
@@ -12,20 +13,26 @@ general {
# Screenlock
listener {
# HYPRLOCK TIMEOUT
timeout = 600
# HYPRLOCK ONTIMEOUT
on-timeout = hyprlock
# on-resume = notify-send "Welcome back to your desktop!"
}
# dpms
listener {
# DPMS TIMEOUT
timeout = 660
# DPMS ONTIMEOUT
on-timeout = hyprctl dispatch dpms off
# DPMS ONRESUME
on-resume = hyprctl dispatch dpms on
}
# Suspend
listener {
# SUSPEND TIMEOUT
timeout = 1800
#SUSPEND ONTIMEOUT
on-timeout = systemctl suspend
}