.xinitrc
changeset 123 05fbac105c1d
parent 56 47272014a49a
child 281 754e4ee92fc0
equal deleted inserted replaced
122:0933354b531d 123:05fbac105c1d
     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 # Root window parameter.
       
    11 # Color names check from /etc/X11/rgb.txt or enter in hex: #aabbcc.
       
    12 # xsetroot -gray -fg red -bg white
       
    13 # xsetroot -bitmap dir/file.bitmap -fg red -bg white
       
    14 # xsetroot -mod 3 3 -fg red -bg white
       
    15 xsetroot -gray
       
    16 
    10 # Don't use fvwm under Cygwin.
    17 # Don't use fvwm under Cygwin.
    11 if [ -z "$COMSPEC" ]; then
    18 if [ -z "$COMSPEC" ]; then
    12   fvwm &
    19   fvwm &
    13 fi
    20 fi
    14 
    21