From b38e864f0832edbcfb0f7e8c55d213ff021420a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:41:36 +0200 Subject: [PATCH] Fix path --- migrations/1755208929.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/migrations/1755208929.sh b/migrations/1755208929.sh index fa5b9f73..527f7c0e 100644 --- a/migrations/1755208929.sh +++ b/migrations/1755208929.sh @@ -1,5 +1,4 @@ echo "Change behaviour of XF86PowerOff button to show omarchy system menu insead of shutting down immediately" -source $OMARCHY_PATH/install/config/ignore-power-button.sh +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 & -