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"