]> Freerunner's - dotfiles.git/commitdiff
hypr: fix startup script again
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 28 Nov 2024 19:04:00 +0000 (20:04 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 28 Nov 2024 19:04:00 +0000 (20:04 +0100)
dot-config/hypr/scripts/startup.sh

index f57baf53f6133f13be4df543fd3fba81313e550f..b7718dcc9780fbd48c3f796a0c5ab09f703137a9 100755 (executable)
@@ -67,13 +67,13 @@ pidof corectrl && pkill corectrl || corectrl --minimize-systray > /dev/null 2>&1
 ! pidof swww-daemon && nohup /usr/bin/swww-daemon > /dev/null 2>&1
 sleep 0.5 && ~/.local/bin/rndwallpaper swww
 
-pkill -f '/usr/lib/python-exec/python3.12/python /home/andy/.config/hypr/scripts/gammarelay-auto-temp.py'
-sleep 1 && "/home/andy/.config/hypr/scripts/gammarelay-auto-temp.py" > /dev/null 2>&1 &
-
 pidof wl-paste && pkill wl-paste
 wl-paste --type text --watch cliphist store &
 wl-paste --type image --watch cliphist store &
 
+pkill -f '/usr/lib/python-exec/python3.12/python /home/andy/.config/hypr/scripts/gammarelay-auto-temp.py'
+sleep 1 && /home/andy/.config/hypr/scripts/gammarelay-auto-temp.py > /dev/null 2>&1 &
+
 logger 'HYPRLAND MAIN STARTUP END'
 logger '============================'