diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-25 22:43:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 22:43:39 +0900 |
| commit | 2851f4999eb5777d5422870f30e2b0e5f9890793 (patch) | |
| tree | 8316292368e595e6fb98153aec291630c26bbe6b /config/wlogout/layout | |
| parent | 008cf215d3e02b3b86d81576b7672658c3c6533f (diff) | |
| parent | da27791de1831924aa07ba1d5b969e82affa17ec (diff) | |
Merge pull request #219 from JaKooLit/development
Development to main v2.2.8
Diffstat (limited to 'config/wlogout/layout')
| -rw-r--r-- | config/wlogout/layout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index c873650e..ea468745 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,13 +24,13 @@ } { "label" : "suspend", - "action" : "swaylock -f && systemctl suspend", + "action" : "systemctl suspend", "text" : "Suspend", "keybind" : "u" } { "label" : "hibernate", - "action" : "swaylock -f && systemctl hibernate", + "action" : "systemctl hibernate", "text" : "Hibernate", "keybind" : "h" }
\ No newline at end of file |
