#!/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