mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00: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
|
#!/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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue