.xinitrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 03 Apr 2010 10:56:25 +0300
changeset 54 95a79aeb9abb
parent 38 76d2bf3ac7c3
child 56 47272014a49a
permissions -rw-r--r--
Misc readline customisation.

#!/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.
exec xterm -e bash -i