[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",
"action" : "pkill -9 -u $(id -u) Hyprland",
"action" : "hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "loginctl poweroff",
"action" : "poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "loginctl reboot",
"action" : "reboot",
"text" : "Reboot",
"keybind" : "r"
}