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 {
|
listener {
|
||||||
timeout = 300
|
timeout = 300
|
||||||
on-timeout = brightnessctl -s set 10
|
on-timeout = hyprctl dispatch dpms off
|
||||||
on-resume = brightnessctl -r
|
on-resume = hyprctl dispatch dpms on
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,6 @@ exec-once = uwsm finalize
|
||||||
exec-once = swaybg -c '#16181a'
|
exec-once = swaybg -c '#16181a'
|
||||||
exec-once = GDK_BACKEND=wayland eww daemon
|
exec-once = GDK_BACKEND=wayland eww daemon
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once = hypridle
|
|
||||||
|
|
||||||
# -- Core --
|
# -- Core --
|
||||||
bind = SUPER, Return, exec, kitty
|
bind = SUPER, Return, exec, kitty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue