Group system menu bins together

This commit is contained in:
David Heinemeier Hansson
2026-02-21 16:36:56 +01:00
parent 1c527e0cd7
commit 311fbe8576
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ case "$gpu_mode" in
# Remove the startup delay override (not needed for Hybrid mode)
sudo rm -rf /etc/systemd/system/supergfxd.service.d/delay-start.conf
omarchy-cmd-reboot
omarchy-system-reboot
fi
;;
"Hybrid")
@@ -55,7 +55,7 @@ case "$gpu_mode" in
sudo mkdir -p /etc/systemd/system/supergfxd.service.d
sudo cp -p $OMARCHY_PATH/default/systemd/system/supergfxd.service.d/delay-start.conf /etc/systemd/system/supergfxd.service.d/
omarchy-cmd-reboot
omarchy-system-reboot
fi
;;
*)