summaryrefslogtreecommitdiff
path: root/x11/xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xprofile')
-rwxr-xr-xx11/xprofile8
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xprofile b/x11/xprofile
new file mode 100755
index 0000000..9856eaf
--- /dev/null
+++ b/x11/xprofile
@@ -0,0 +1,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