Browse Source

fix stupid bug

pull/1/head
10sr 12 years ago
parent
commit
f1a996ce2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      xinitrc

+ 1
- 1
xinitrc View File

@@ -4,7 +4,7 @@ xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
#xmodmap -e 'add Control = Caps_Lock'
setxkbmap -model "acer_laptop" -layout "jp" -option "ctrl:nocaps"

type synclient >/dev/null 2&>1 && {
type synclient >/dev/null 2>&1 && {
synclient VertEdgeScroll=0
synclient HorizEdgeScroll=0
synclient MaxTapTime=0


Loading…
Cancel
Save