aboutsummaryrefslogtreecommitdiff
path: root/dot-config/wlogout
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-12-17 23:38:04 +0000
committerBlake Romero <blake@blkrom.com>2024-12-17 23:38:04 +0000
commit6ac3442b024e4da4edd2c43eaaf9db78ab6f5908 (patch)
tree1b430d99b21fbb4348645ebcaf91eca0980d70bc /dot-config/wlogout
parenta0bd97ee0557654db010a7c0aa522ae49eb02cbd (diff)
Add wlogout config & adjust lavalauncher button
Diffstat (limited to 'dot-config/wlogout')
-rw-r--r--dot-config/wlogout/layout24
1 files changed, 24 insertions, 0 deletions
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"
+}