Skip to content

Commit

Permalink
Added location of Xresources for XDG Base Dir Spec (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinjalik committed Jun 14, 2023
1 parent faa76de commit 93cb839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/xsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ elif [ -f /etc/X11/Xresources ]; then
xrdb -merge /etc/X11/Xresources
fi
[ -f $HOME/.Xresources ] && xrdb -merge $HOME/.Xresources
[ -f $XDG_CONFIG_HOME/X11/Xresources ] && xrdb -merge $XDG_CONFIG_HOME/X11/Xresources

if [ -f "$USERXSESSION" ]; then
. "$USERXSESSION"
Expand Down

0 comments on commit 93cb839

Please sign in to comment.