.xinitrc
changeset 471 8b397639ecc3
parent 470 2d1f71f28130
child 476 12a22ad9bab2
equal deleted inserted replaced
470:2d1f71f28130 471:8b397639ecc3
     6 # Load custom settings (user editable).
     6 # Load custom settings (user editable).
     7 if [[ -f ~/.bash_custom ]]; then
     7 if [[ -f ~/.bash_custom ]]; then
     8   . ~/.bash_custom
     8   . ~/.bash_custom
     9 fi
     9 fi
    10 
    10 
    11 if [[ -f ~/.Xdefaults ];; then
    11 if [[ -f ~/.Xdefaults ]]; then
    12   xrdb -merge ~/.Xdefaults
    12   xrdb -merge ~/.Xdefaults
    13   # xrdb -load ~/.Xdefaults
    13   # xrdb -load ~/.Xdefaults
    14 fi
    14 fi
    15 
    15 
    16 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
    16 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.