diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 20:27:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 20:27:00 +0900 |
| commit | 425df5f3a17a72ba41973dedf0673bd8dd607385 (patch) | |
| tree | 3535f99c30a9efc6046a97cd155f3aa0f596af4d /config | |
| parent | 92ed9f840260e6db48e554135b2078350e3edaf7 (diff) | |
| parent | 84c265ff6fbf969ae1c813f80258c834e394ce31 (diff) | |
Merge pull request #214 from JohnRTitor/patch-wl-logout
wl-logout/layout: no need to invoke hyprlock seperately
Diffstat (limited to 'config')
| -rw-r--r-- | config/wlogout/layout | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index 9559feea..ea468745 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,15 +24,13 @@ } { "label" : "suspend", - // "action" : "swaylock -f && systemctl suspend", - "action" : "hyprlock --immediate && systemctl suspend", + "action" : "systemctl suspend", "text" : "Suspend", "keybind" : "u" } { "label" : "hibernate", - // "action" : "swaylock -f && systemctl hibernate", - "action" : "hyprlock --immediate && systemctl hibernate", + "action" : "systemctl hibernate", "text" : "Hibernate", "keybind" : "h" }
\ No newline at end of file |
