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",
|
"label": "shutdown",
|
||||||
"action": "sleep 1; systemctl poweroff",
|
"action": "sleep 1; vshutdown",
|
||||||
"keybind": "s"
|
"keybind": "s"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"label": "reboot",
|
"label": "reboot",
|
||||||
"action": "sleep 1; systemctl reboot",
|
"action": "sleep 1; vreboot",
|
||||||
"keybind": "r"
|
"keybind": "r"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue