diff options
Diffstat (limited to 'x11/xprofile')
| -rwxr-xr-x | x11/xprofile | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xprofile b/x11/xprofile index c0e445a..ea51fbb 100755 --- a/x11/xprofile +++ b/x11/xprofile @@ -4,6 +4,5 @@ XRESOURCES=${XRESOURCES:-$X11CONFIG/Xresources.$(hostname)}  xrdb -merge $XRESOURCES 2>/dev/null & xrdbpid=$!  redshift &  unclutter -noevents & -xkeyconf & -xvsync & +$X11CONFIG/xkeyconf &  wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings  | 
