X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b1e8e5ac6467e8b0b8865b3a3387d2ea614b0672..7d7762cd477a35d5409f68394dc5a498eb5a29b8:/xinitrc diff --git a/xinitrc b/xinitrc index 9f4e466..3b0bace 100644 --- a/xinitrc +++ b/xinitrc @@ -34,6 +34,10 @@ if [ -f $userresources_d/$(hostname) ]; then xrdb -merge $userresources_d/$(hostname) fi +if [ -f $userresources_d/colors_$THEME ]; then + xrdb -merge $userresources_d/colors_$THEME +fi + if [ -f "$usermodmap" ]; then xmodmap "$usermodmap" fi