Move from hypridle to QS

This commit is contained in:
David Heinemeier Hansson
2026-05-19 12:02:28 +02:00
parent 48dacca6ea
commit 0f5044167c
25 changed files with 326 additions and 99 deletions
-3
View File
@@ -1,3 +0,0 @@
echo "Use omarchy-system-lock and omarchy-system-wake in hypridle"
omarchy-refresh-hypridle
+10
View File
@@ -0,0 +1,10 @@
echo "Move idle handling from hypridle to omarchy-shell"
if [[ -f ~/.config/hypr/autostart.lua ]]; then
sed -i '/hypridle/d' ~/.config/hypr/autostart.lua
fi
omarchy-refresh-shell
pkill -x hypridle 2>/dev/null || true
omarchy-pkg-drop hypridle
omarchy-restart-shell || true