feat: void wlogout

This commit is contained in:
hesam-init 2024-02-13 02:39:15 +03:30
parent bffc3e35cc
commit a62e8a0643

View file

@ -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"
} }