summaryrefslogtreecommitdiff
path: root/x11/xprofile
blob: 611a04fc20564c9ad2c80f2a96404085b1a4eb8d (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 &
syncthing serve --no-browser &
unclutter -noevents &
xkeyconf &
xvsync &
wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings