From d46f86661a9dacc25f3a2d687fa9677e85d6c340 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Wed, 29 Mar 2023 03:11:46 -0400 Subject: [PATCH] Minor fixes --- dot_config/X11/xinitrc.tmpl | 4 ++-- dot_profile.tmpl | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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"