summaryrefslogtreecommitdiff
path: root/x11/xprofile
blob: cc71335498cd5e08aee4a0bd2e4b567dd913e636 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#xrdb -merge $X11CONFIG/Xresources.$(hostname) 2>/dev/null & xrdbpid=$!
xrdb -merge $X11CONFIG/Xresources -merge $X11CONFIG/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