Updates
This commit is contained in:
parent
865d51582f
commit
0446079d43
Binary file not shown.
@ -13,18 +13,13 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
on-timeout = hyprlock
|
||||
# on-resume = notify-send "Welcome back to your desktop!"
|
||||
}
|
||||
|
||||
# Suspend/dpms
|
||||
# dpms
|
||||
listener {
|
||||
timeout = 660
|
||||
|
||||
# Laptop Settings
|
||||
# on-timeout = systemctl suspend
|
||||
|
||||
# Desktop Settings
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
31
hypr/conf/hypridle/hypridle_dpmssuspend.conf
Normal file
31
hypr/conf/hypridle/hypridle_dpmssuspend.conf
Normal file
@ -0,0 +1,31 @@
|
||||
# _ _ _ _
|
||||
# | |__ _ _ _ __ _ __(_) __| | | ___
|
||||
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
|
||||
# | | | | |_| | |_) | | | | (_| | | __/
|
||||
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
|
||||
# |___/|_|
|
||||
#
|
||||
|
||||
general {
|
||||
ignore_dbus_inhibit = false
|
||||
}
|
||||
|
||||
# Screenlock
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprlock
|
||||
# on-resume = notify-send "Welcome back to your desktop!"
|
||||
}
|
||||
|
||||
# dpms
|
||||
listener {
|
||||
timeout = 660
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
# Suspend
|
||||
listener {
|
||||
timeout = 1800
|
||||
on-timeout = systemctl suspend
|
||||
}
|
@ -13,6 +13,6 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
on-timeout = hyprlock
|
||||
# on-resume = notify-send "Welcome back to your desktop!"
|
||||
}
|
||||
|
@ -13,18 +13,12 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
on-timeout = hyprlock
|
||||
# on-resume = notify-send "Welcome back to your desktop!"
|
||||
}
|
||||
|
||||
# Suspend/dpms
|
||||
# Suspend
|
||||
listener {
|
||||
timeout = 660
|
||||
|
||||
# Laptop Settings
|
||||
on-timeout = systemctl suspend
|
||||
|
||||
# Desktop Settings
|
||||
# on-timeout = hyprctl dispatch dpms off
|
||||
# on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
@ -13,18 +13,19 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprlock # command to run when timeout has passed
|
||||
on-timeout = hyprlock
|
||||
# on-resume = notify-send "Welcome back to your desktop!"
|
||||
}
|
||||
|
||||
# Suspend/dpms
|
||||
# dpms
|
||||
listener {
|
||||
timeout = 660
|
||||
|
||||
# Laptop Settings
|
||||
on-timeout = systemctl suspend
|
||||
|
||||
# Desktop Settings
|
||||
# on-timeout = hyprctl dispatch dpms off
|
||||
# on-resume = hyprctl dispatch dpms on
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
# Suspend
|
||||
listener {
|
||||
timeout = 1800
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user