linux/.xinitrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 12 Mar 2010 12:00:09 +0200
changeset 17 e11e0adb941b
parent 4 2f2d520e22ee
permissions -rw-r--r--
More verbose prompt, to prevent tangling with another shells.

#!/bin/sh

xrdb -merge ~/.Xdefaults &
# xrdb -load ~/.Xdefaults &

# Set lang switch.
# Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
# setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &

fvwm &

# Last command.
xterm -e bash -i
# xterm