diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-09-13 21:03:27 -0500 | 
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-09-13 21:03:27 -0500 | 
| commit | e91edf14afdfb12751de7df38383f44085c0400b (patch) | |
| tree | 626d67ad5a237ee492d4f41197e44b10952aa733 | |
| parent | 3d33f2b691195fcb002ea9f052d1827b65e3f183 (diff) | |
| download | dotconfig-master.tar.xz dotconfig-master.zip  | |
remove redshift and unclutter from xprofile since theyre ran using xdg autostart instead nowHEADmaster
| -rwxr-xr-x | x11/xprofile | 2 | 
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  | 
