.xinitrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 31 May 2012 23:50:19 +0300
changeset 452 f5363ac2e581
parent 442 a4d4a004bca7
child 449 63fe7a1ebae4
permissions -rw-r--r--
Sega MegaDrive/Genesis raw ROM dump

#!/bin/bash

if [[ -f ~/.bash_path ]]; then
  . ~/.bash_path
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