diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-10-17 22:37:47 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-10-17 22:37:47 -0500 |
commit | cdd2c6110918c4ad221aee4a25a06c39987fd795 (patch) | |
tree | a7580a9ecd98dc07ab541a4ea1787c188867315d /x11/xprofile | |
parent | b86f836b39b0f5b22ead8d45255c451904642740 (diff) | |
download | dotconfig-cdd2c6110918c4ad221aee4a25a06c39987fd795.tar.xz dotconfig-cdd2c6110918c4ad221aee4a25a06c39987fd795.zip |
remove lowbat and seasonalwallpaper from xprofile since theyre started by awesome and remove syncthing since it sucks
Diffstat (limited to 'x11/xprofile')
-rwxr-xr-x | x11/xprofile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/xprofile b/x11/xprofile index 73cd6cb..9560f3a 100755 --- a/x11/xprofile +++ b/x11/xprofile @@ -1,10 +1,7 @@ #!/bin/sh xrdb -merge $X11CONFIG/Xresources -merge $X11CONFIG/Xresources.$(hostname) 2>/dev/null & xrdbpid=$! -lowbat & redshift & -syncthing serve --no-browser & unclutter -noevents & xkeyconf & xvsync & wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings -seasonalwallpaper |