diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 18:53:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 18:53:09 +0900 |
| commit | 92ed9f840260e6db48e554135b2078350e3edaf7 (patch) | |
| tree | 4acef87205c28f50ec8861db9350480ef59c97b0 | |
| parent | f1c53081afc0b3d548a50bf41deacce246d153f4 (diff) | |
| parent | db00354935a3bdc5170f2d75675b576cbe82635c (diff) | |
Merge pull request #213 from JohnRTitor/patch-wl-logout
wl-logout/layout: change to hyprlock
| -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 |
