Add delay to sleep keybind

This commit is contained in:
SebastianStork 2024-07-10 21:17:34 +02:00
parent 9a34fe0a39
commit 5ee1aa6782

View file

@ -62,7 +62,7 @@
bindrl = SUPER CONTROL, Q, exit, bindrl = SUPER CONTROL, Q, exit,
bindrl = SUPER CONTROL, P, exec, poweroff bindrl = SUPER CONTROL, P, exec, poweroff
bindrl = SUPER CONTROL, R, exec, reboot bindrl = SUPER CONTROL, R, exec, reboot
bindrl = SUPER CONTROL, S, exec, systemctl suspend bindrl = SUPER CONTROL, S, exec, sleep 1 && systemctl suspend
bindl = , switch:on:Lid Switch, exec, systemctl suspend bindl = , switch:on:Lid Switch, exec, systemctl suspend
bindrl = SUPER CONTROL, L, exec, loginctl lock-session bindrl = SUPER CONTROL, L, exec, loginctl lock-session
bindrl = SUPER CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off bindrl = SUPER CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off