mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
5 lines
298 B
Bash
5 lines
298 B
Bash
echo "Change behaviour of XF86PowerOff button to show omarchy system menu insead of shutting down immediately"
|
|
|
|
source $OMARCHY_PATH/install/config/hardware/ignore-power-button.sh
|
|
setsid systemd-inhibit --what=handle-power-key --why="Temporary disable power button before restart" sleep infinity &
|