From 2cb639b95fc4d7834a092adf37c9ebec90fe7193 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Sep 2023 10:36:21 -0400 Subject: update sway and waybar configuration, hanve around guix packages --- home-config/sway/power/layout | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 home-config/sway/power/layout (limited to 'home-config/sway/power/layout') diff --git a/home-config/sway/power/layout b/home-config/sway/power/layout deleted file mode 100644 index 89af53b..0000000 --- a/home-config/sway/power/layout +++ /dev/null @@ -1,30 +0,0 @@ -{ - "label" : "lock", - "action" : "~/.config/sway/lock.sh", - "text" : "Lock", - "keybind" : "l" -} -{ - "label" : "logout", - "action" : "loginctl terminate-user $USER", - "text" : "Logout", - "keybind" : "e" -} -{ - "label" : "shutdown", - "action" : "loginctl poweroff", - "text" : "Shutdown", - "keybind" : "s" -} -{ - "label" : "suspend", - "action" : "loginctl suspend", - "text" : "Suspend", - "keybind" : "u" -} -{ - "label" : "reboot", - "action" : "loginctl reboot", - "text" : "Reboot", - "keybind" : "r" -} -- cgit v1.2.3-freya