mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Add delay to sleep keybind
This commit is contained in:
parent
9a34fe0a39
commit
5ee1aa6782
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
bindrl = SUPER CONTROL, Q, exit,
|
||||
bindrl = SUPER CONTROL, P, exec, poweroff
|
||||
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
|
||||
bindrl = SUPER CONTROL, L, exec, loginctl lock-session
|
||||
bindrl = SUPER CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue