Added full path to shutdown commands

This commit is contained in:
2026-03-12 07:52:04 -04:00
parent 5766ffd985
commit 60d3ce38b4

View File

@@ -329,13 +329,13 @@
<!-- Enable poweroff with ctrl-alt-shift-del --> <!-- Enable poweroff with ctrl-alt-shift-del -->
<keybind key="C-A-S-Delete"> <keybind key="C-A-S-Delete">
<action name="Execute"> <action name="Execute">
<command>shutdown -P now</command> <command>/usr/sbin/shutdown -P now</command>
</action> </action>
</keybind> </keybind>
<!-- Enable reboot with ctrl-alt-shift-del --> <!-- Enable reboot with ctrl-alt-shift-del -->
<keybind key="C-A-S-Insert"> <keybind key="C-A-S-Insert">
<action name="Execute"> <action name="Execute">
<command>shutdown -r now</command> <command>/usr/sbin/shutdown -r now</command>
</action> </action>
</keybind> </keybind>
<chainQuitKey>C-g</chainQuitKey> <chainQuitKey>C-g</chainQuitKey>