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