From 3d33f2b691195fcb002ea9f052d1827b65e3f183 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 12 Sep 2025 22:18:45 -0500 Subject: add xkeyconf script here instead of scripts repo --- x11/xprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11/xprofile') 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 -- cgit v1.2.3