[wlogout] Update commands for Arch Linux

This commit is contained in:
Viyurz 2024-07-19 21:45:06 +02:00
parent 9fcc9688c9
commit 9017ab0ca2
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -6,19 +6,19 @@
} }
{ {
"label" : "logout", "label" : "logout",
"action" : "pkill -9 -u $(id -u) Hyprland", "action" : "hyprctl dispatch exit",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }
{ {
"label" : "shutdown", "label" : "shutdown",
"action" : "loginctl poweroff", "action" : "poweroff",
"text" : "Shutdown", "text" : "Shutdown",
"keybind" : "s" "keybind" : "s"
} }
{ {
"label" : "reboot", "label" : "reboot",
"action" : "loginctl reboot", "action" : "reboot",
"text" : "Reboot", "text" : "Reboot",
"keybind" : "r" "keybind" : "r"
} }