Minor fixes

This commit is contained in:
Andrew Scott 2023-03-29 03:11:46 -04:00
parent 124223b2ed
commit d46f86661a
Signed by: a
GPG key ID: 7CD5A5977E4931C1
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
userresources=$HOME/.Xresources userresources="$XDG_CONFIG_HOME"/X11/Xresources
usermodmap=$HOME/.Xmodmap usermodmap="$XDG_CONFIG_HOME"/X11/Xmodmap
sysresources=/etc/X11/xinit/Xresources sysresources=/etc/X11/xinit/Xresources
sysmodmap=/etc/X11/xinit/Xmodmap sysmodmap=/etc/X11/xinit/Xmodmap

View file

@ -49,4 +49,3 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
# Xorg # Xorg
export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
xrdb -load "$XDG_CONFIG_HOME/X11/Xresources"