From e91edf14afdfb12751de7df38383f44085c0400b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 13 Sep 2025 21:03:27 -0500 Subject: remove redshift and unclutter from xprofile since theyre ran using xdg autostart instead now --- x11/xprofile | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11/xprofile b/x11/xprofile index ea51fbb..452e954 100755 --- a/x11/xprofile +++ b/x11/xprofile @@ -2,7 +2,5 @@ XRESOURCES=${XRESOURCES:-$X11CONFIG/Xresources.$(hostname)} [ -f "$XRESOURCES" ] || XRESOURCES=$X11CONFIG/Xresources xrdb -merge $XRESOURCES 2>/dev/null & xrdbpid=$! -redshift & -unclutter -noevents & $X11CONFIG/xkeyconf & wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings -- cgit v1.2.3