summaryrefslogtreecommitdiff
path: root/x11/xprofile
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-09-12 22:18:45 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-09-12 22:19:20 -0500
commit3d33f2b691195fcb002ea9f052d1827b65e3f183 (patch)
tree47b19a9ef35d3386e79224cef685c7a21f66a652 /x11/xprofile
parenta03830a441e6c902ef69f835d0c97bf828d73365 (diff)
downloaddotconfig-3d33f2b691195fcb002ea9f052d1827b65e3f183.tar.xz
dotconfig-3d33f2b691195fcb002ea9f052d1827b65e3f183.zip
add xkeyconf script here instead of scripts repo
Diffstat (limited to 'x11/xprofile')
-rwxr-xr-xx11/xprofile3
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