diff options
Diffstat (limited to 'config/wlogout/layout')
| -rw-r--r-- | config/wlogout/layout | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout deleted file mode 100644 index 6d1c3975..00000000 --- a/config/wlogout/layout +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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" -} |
