mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Minor fixes
This commit is contained in:
parent
124223b2ed
commit
d46f86661a
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue