summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-09-13 21:03:27 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-09-13 21:03:27 -0500
commite91edf14afdfb12751de7df38383f44085c0400b (patch)
tree626d67ad5a237ee492d4f41197e44b10952aa733
parent3d33f2b691195fcb002ea9f052d1827b65e3f183 (diff)
downloaddotconfig-master.tar.xz
dotconfig-master.zip
remove redshift and unclutter from xprofile since theyre ran using xdg autostart instead nowHEADmaster
-rwxr-xr-xx11/xprofile2
1 files changed, 0 insertions, 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