diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 10:57:45 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 10:57:45 -0500 |
commit | 51c91732f84707686e92f01d3d6387fba88675bd (patch) | |
tree | 07afd5b34f38d83ced837bb8e7dd66554defe9fc /x11/xprofile | |
parent | 06b0c7eb739fd430aacbb46f183cea4aaf17300a (diff) | |
download | dotconfig-51c91732f84707686e92f01d3d6387fba88675bd.tar.xz dotconfig-51c91732f84707686e92f01d3d6387fba88675bd.zip |
fixed gitignore file to not work recursively
Diffstat (limited to 'x11/xprofile')
-rwxr-xr-x | x11/xprofile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xprofile b/x11/xprofile new file mode 100755 index 0000000..9856eaf --- /dev/null +++ b/x11/xprofile @@ -0,0 +1,8 @@ +#!/bin/sh +xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources.$(hostname) 2>/dev/null & xrdbpid=$! +redshift & +seasonalwallpaper & +unclutter -noevents & +xkeyconf & +xvsync & +wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings |