summaryrefslogtreecommitdiff
path: root/x11/xprofile
blob: c0e445a78399a03676b79c5f559ccfb8484ffc6d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
XRESOURCES=${XRESOURCES:-$X11CONFIG/Xresources.$(hostname)}
[ -f "$XRESOURCES" ] || XRESOURCES=$X11CONFIG/Xresources
xrdb -merge $XRESOURCES 2>/dev/null & xrdbpid=$!
redshift &
unclutter -noevents &
xkeyconf &
xvsync &
wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings