.xinitrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 26 Jun 2012 16:57:17 +0300
changeset 460 9aafe9fbcca7
parent 449 63fe7a1ebae4
child 470 2d1f71f28130
permissions -rw-r--r--
Open RTF file with fbreader as default OpenOffice very slow...

#!/bin/bash

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

# Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
if [[ -z $COMSPEC ]]; then
  xmodmap ~/.xmodmaprc
  xsetroot -gray
  fvwm &
fi

# Last command.
exec xterm -geometry 80x42 -e bash -i