aboutsummaryrefslogtreecommitdiffstats
path: root/config/wlogout/layout
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-04 00:06:37 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-04 00:06:37 +0900
commit2ad7d3373353bc2440892f9bed9295066f93b4ae (patch)
tree74fd8b33e0029261fc19f3259c16c98c8260135a /config/wlogout/layout
parenta7847d0de3b53b84f39664f7dc6c3416213c762e (diff)
return of wlogout. rofi-power is just pain 2 theme
Diffstat (limited to 'config/wlogout/layout')
-rw-r--r--config/wlogout/layout30
1 files changed, 30 insertions, 0 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout
new file mode 100644
index 00000000..6d1c3975
--- /dev/null
+++ b/config/wlogout/layout
@@ -0,0 +1,30 @@
+{
+ "label" : "lock",
+ "action" : "$HOME/.config/hypr/scripts/LockScreen.sh",
+ "text" : "Lock",
+ "keybind" : "l"
+}
+{
+ "label" : "reboot",
+ "action" : "systemctl reboot",
+ "text" : "Reboot",
+ "keybind" : "r"
+}
+{
+ "label" : "shutdown",
+ "action" : "systemctl poweroff",
+ "text" : "Shutdown",
+ "keybind" : "s"
+}
+{
+ "label" : "logout",
+ "action" : "hyprctl dispatch exit 0",
+ "text" : "Logout",
+ "keybind" : "e"
+}
+{
+ "label" : "suspend",
+ "action" : "systemctl suspend",
+ "text" : "Suspend",
+ "keybind" : "u"
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage