diff options
| -rw-r--r-- | dot-config/lavalauncher/lavalauncher.conf | 2 | ||||
| -rw-r--r-- | dot-config/wlogout/layout | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dot-config/lavalauncher/lavalauncher.conf b/dot-config/lavalauncher/lavalauncher.conf index 06ef53c..49daf3f 100644 --- a/dot-config/lavalauncher/lavalauncher.conf +++ b/dot-config/lavalauncher/lavalauncher.conf @@ -48,7 +48,7 @@ bar { } button { - command = wlogout; + command = wlogout -b 4; image-path = /usr/share/icons/Adwaita/symbolic/actions/application-exit-symbolic.svg; } diff --git a/dot-config/wlogout/layout b/dot-config/wlogout/layout new file mode 100644 index 0000000..f8e5fbb --- /dev/null +++ b/dot-config/wlogout/layout @@ -0,0 +1,24 @@ +{ + "label" : "lock", + "action" : "swaylock", + "text" : "Lock", + "keybind" : "l" +} +{ + "label" : "logout", + "action" : "swaymsg exit", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "shutdown", + "action" : "sudo halt", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "reboot", + "action" : "sudo reboot", + "text" : "Reboot", + "keybind" : "r" +} |
