.xinitrc
changeset 56 47272014a49a
parent 38 76d2bf3ac7c3
child 123 05fbac105c1d
equal deleted inserted replaced
55:8fd48debf4cc 56:47272014a49a
     5 
     5 
     6 # Set lang switch.
     6 # Set lang switch.
     7 # Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
     7 # Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
     8 # setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
     8 # setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
     9 
     9 
    10 fvwm &
    10 # Don't use fvwm under Cygwin.
       
    11 if [ -z "$COMSPEC" ]; then
       
    12   fvwm &
       
    13 fi
    11 
    14 
    12 # Last command.
    15 # Last command.
    13 exec xterm -e bash -i
    16 exec xterm -e bash -i