summaryrefslogtreecommitdiff
path: root/x11/xprofile
blob: 9856eafec1ce37a692d6f7eff84db1bd00f3608b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources.$(hostname) 2>/dev/null & xrdbpid=$!
redshift &
seasonalwallpaper &
unclutter -noevents &
xkeyconf &
xvsync &
wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings