diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-31 14:58:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-31 14:58:06 +0900 |
| commit | 46970ee1ccae1fc33e6050f6dc324a7252313c4f (patch) | |
| tree | 23ecefc320ebf6bf4307e0cc18c0a6ed8ef87b60 /config/wlogout | |
| parent | 8e4bdc65ca9a2af0726c2cc1249ba87bfb70437c (diff) | |
added swaylock before hibernate
Diffstat (limited to 'config/wlogout')
| -rw-r--r-- | config/wlogout/layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index 4c6b5c42..bbcb6257 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -30,7 +30,7 @@ } { "label" : "hibernate", - "action" : "systemctl hibernate", + "action" : "swaylock -f && systemctl hibernate", "text" : "Hibernate", "keybind" : "h" }
\ No newline at end of file |
