diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 00:06:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 00:06:37 +0900 |
| commit | 2ad7d3373353bc2440892f9bed9295066f93b4ae (patch) | |
| tree | 74fd8b33e0029261fc19f3259c16c98c8260135a /config/wlogout/layout | |
| parent | a7847d0de3b53b84f39664f7dc6c3416213c762e (diff) | |
return of wlogout. rofi-power is just pain 2 theme
Diffstat (limited to 'config/wlogout/layout')
| -rw-r--r-- | config/wlogout/layout | 30 |
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" +} |
