diff -r 478aa21d5deb -r 63fe7a1ebae4 .xinitrc --- a/.xinitrc Sat May 05 00:21:14 2012 +0300 +++ b/.xinitrc Wed May 09 22:39:39 2012 +0300 @@ -3,6 +3,10 @@ if [[ -f ~/.bash_path ]]; then . ~/.bash_path fi +# Load custom settings (user editable). +if [[ -f ~/.bash_custom ]]; then + . ~/.bash_custom +fi xrdb -merge ~/.Xdefaults # xrdb -load ~/.Xdefaults