feat: void wlogout
This commit is contained in:
parent
bffc3e35cc
commit
a62e8a0643
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
{
|
||||
"label": "shutdown",
|
||||
"action": "sleep 1; systemctl poweroff",
|
||||
"action": "sleep 1; vshutdown",
|
||||
"keybind": "s"
|
||||
}
|
||||
{
|
||||
|
@ -25,6 +25,6 @@
|
|||
}
|
||||
{
|
||||
"label": "reboot",
|
||||
"action": "sleep 1; systemctl reboot",
|
||||
"action": "sleep 1; vreboot",
|
||||
"keybind": "r"
|
||||
}
|
Loading…
Add table
Reference in a new issue