fix idling
This commit is contained in:
parent
ebfb24f394
commit
1e10776eb3
2 changed files with 2 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ general {
|
|||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = brightnessctl -s set 10
|
||||
on-resume = brightnessctl -r
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ exec-once = uwsm finalize
|
|||
exec-once = swaybg -c '#16181a'
|
||||
exec-once = GDK_BACKEND=wayland eww daemon
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hypridle
|
||||
|
||||
# -- Core --
|
||||
bind = SUPER, Return, exec, kitty
|
||||
|
|
|
|||
Loading…
Reference in a new issue