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 -->
<keybind key="C-A-S-Delete">
<action name="Execute">
<command>shutdown -P now</command>
<command>/usr/sbin/shutdown -P now</command>
</action>
</keybind>
<!-- Enable reboot with ctrl-alt-shift-del -->
<keybind key="C-A-S-Insert">
<action name="Execute">
<command>shutdown -r now</command>
<command>/usr/sbin/shutdown -r now</command>
</action>
</keybind>
<chainQuitKey>C-g</chainQuitKey>