diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 18:59:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 18:59:57 +0900 |
| commit | 89f31f00e1581b09c33da373bb1ceb834e094f0a (patch) | |
| tree | c54b9c52d69a31a3b9c90fee5f88c56012763c90 /config | |
| parent | 6352d78fd42c021094842f63a3a08b31e9177955 (diff) | |
| parent | 92ed9f840260e6db48e554135b2078350e3edaf7 (diff) | |
Merge branch 'development' into rofi
Diffstat (limited to 'config')
| -rw-r--r-- | config/wlogout/layout | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index c873650e..9559feea 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,13 +24,15 @@ } { "label" : "suspend", - "action" : "swaylock -f && systemctl suspend", + // "action" : "swaylock -f && systemctl suspend", + "action" : "hyprlock --immediate && systemctl suspend", "text" : "Suspend", "keybind" : "u" } { "label" : "hibernate", - "action" : "swaylock -f && systemctl hibernate", + // "action" : "swaylock -f && systemctl hibernate", + "action" : "hyprlock --immediate && systemctl hibernate", "text" : "Hibernate", "keybind" : "h" }
\ No newline at end of file |
