equal
deleted
inserted
replaced
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 |