summaryrefslogtreecommitdiff
path: root/.config/desktop-common/logout.d/power/layout
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-22 18:51:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-22 18:51:58 -0500
commit29c853a0273fdfe93322fa8b9360afce1af4794a (patch)
treed8e0ba81a350c8457955ae2f924bc5e28b670861 /.config/desktop-common/logout.d/power/layout
parentremove ymls (diff)
downloaddotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.tar.gz
dotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.tar.bz2
dotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.zip
add new config
Diffstat (limited to '.config/desktop-common/logout.d/power/layout')
-rw-r--r--.config/desktop-common/logout.d/power/layout30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/desktop-common/logout.d/power/layout b/.config/desktop-common/logout.d/power/layout
new file mode 100644
index 0000000..2b53986
--- /dev/null
+++ b/.config/desktop-common/logout.d/power/layout
@@ -0,0 +1,30 @@
+{
+ "label" : "lock",
+ "action" : "swaylock -f -c 14171d",
+ "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" : "reboot",
+ "text" : "Reboot",
+ "keybind" : "r"
+}