[wlogout] Update commands for Arch Linux
This commit is contained in:
parent
9fcc9688c9
commit
9017ab0ca2
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue