diff options
| -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 |
