diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:42:50 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:42:50 -0500 |
commit | f885f0733b74c8aaa0d25b503c715d58ed774d6d (patch) | |
tree | 3cc0ea8c25f0a14e3acc7357ac9012ebebd3c1d1 /x11/xprofile | |
parent | 4e70e2bac0d6eead8508b4625cfb8967771bd5f2 (diff) | |
download | dotconfig-f885f0733b74c8aaa0d25b503c715d58ed774d6d.tar.xz dotconfig-f885f0733b74c8aaa0d25b503c715d58ed774d6d.zip |
update x11
Diffstat (limited to 'x11/xprofile')
-rwxr-xr-x | x11/xprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xprofile b/x11/xprofile index 9e96b65..73cd6cb 100755 --- a/x11/xprofile +++ b/x11/xprofile @@ -1,9 +1,10 @@ #!/bin/sh xrdb -merge $X11CONFIG/Xresources -merge $X11CONFIG/Xresources.$(hostname) 2>/dev/null & xrdbpid=$! +lowbat & redshift & -seasonalwallpaper & syncthing serve --no-browser & unclutter -noevents & xkeyconf & xvsync & wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings +seasonalwallpaper |