diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 23:18:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 23:18:53 +0900 |
| commit | 512f8f902c98fa4f74cab74c1fe4e83e18aad661 (patch) | |
| tree | b91540e722aecfdd5989f074067b617cec832f9c /config/wlogout/layout | |
| parent | 8bae586d777f440537b8209b527484fbe4666c36 (diff) | |
wlogout-styling
Diffstat (limited to 'config/wlogout/layout')
| -rw-r--r-- | config/wlogout/layout | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index 6d1c3975..5f006580 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,7 +24,13 @@ } { "label" : "suspend", - "action" : "systemctl suspend", + "action" : "swaylock -f && systemctl suspend", "text" : "Suspend", "keybind" : "u" } +{ + "label" : "hibernate", + "action" : "systemctl hibernate", + "text" : "Hibernate", + "keybind" : "h" +}
\ No newline at end of file |
