diff --git a/dot_config/X11/xinitrc.tmpl b/dot_config/X11/xinitrc.tmpl index 10f68dc..599c598 100644 --- a/dot_config/X11/xinitrc.tmpl +++ b/dot_config/X11/xinitrc.tmpl @@ -1,7 +1,7 @@ #!/bin/sh -userresources=$HOME/.Xresources -usermodmap=$HOME/.Xmodmap +userresources="$XDG_CONFIG_HOME"/X11/Xresources +usermodmap="$XDG_CONFIG_HOME"/X11/Xmodmap sysresources=/etc/X11/xinit/Xresources sysmodmap=/etc/X11/xinit/Xmodmap diff --git a/dot_profile.tmpl b/dot_profile.tmpl index 5813dbb..03c86ff 100644 --- a/dot_profile.tmpl +++ b/dot_profile.tmpl @@ -49,4 +49,3 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc # Xorg export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority -xrdb -load "$XDG_CONFIG_HOME/X11/Xresources"