From 5af65aaf8fd50629318500a8cbe82b18671eda5e Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:08:50 -0700 Subject: [PATCH] Update .xprofile --- dot_xprofile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_xprofile.tmpl b/dot_xprofile.tmpl index d889c9a..b700f82 100644 --- a/dot_xprofile.tmpl +++ b/dot_xprofile.tmpl @@ -4,8 +4,8 @@ export ICEAUTHORITY="$XDG_CACHE_HOME"/ICEauthority sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap -userresources="$XDG_CONFIG_HOME"/.Xresources -usermodmap="$XDG_CONFIG_HOME"/.Xmodmap +userresources="$XDG_CONFIG_HOME"/X11/Xresources +usermodmap="$XDG_CONFIG_HOME"/X11/Xmodmap if [ -f "$sysresources" ]; then xrdb -merge "$sysresources"