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