From: Andre Ramnitz Date: Thu, 28 Nov 2024 19:04:00 +0000 (+0100) Subject: hypr: fix startup script again X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=b6d88a05a98629c36fd8379e5b58da7516368005;p=dotfiles.git hypr: fix startup script again --- diff --git a/dot-config/hypr/scripts/startup.sh b/dot-config/hypr/scripts/startup.sh index f57baf53..b7718dcc 100755 --- a/dot-config/hypr/scripts/startup.sh +++ b/dot-config/hypr/scripts/startup.sh @@ -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 '============================'