From 6ac3442b024e4da4edd2c43eaaf9db78ab6f5908 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 17 Dec 2024 23:38:04 +0000 Subject: Add wlogout config & adjust lavalauncher button --- dot-config/wlogout/layout | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dot-config/wlogout/layout (limited to 'dot-config/wlogout') 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" +} -- cgit