diff options
| author | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:58:28 +0900 |
|---|---|---|
| committer | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:58:28 +0900 |
| commit | f33963b0b9b62cb90ed8c66c28cd358c133c98d3 (patch) | |
| tree | 53d987ca169ba3969ae8f25138ccf122806b1f63 /config/wlogout/layout | |
| parent | 7a485c61556cdd34771f35af106fe58899b3945b (diff) | |
woops forgot to add wlgout folder
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" +} |
