You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
559 B

  1. xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt
  2. xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
  3. #xmodmap -e 'remove Lock = Caps_Lock'
  4. #xmodmap -e 'add Control = Caps_Lock'
  5. setxkbmap -model "acer_laptop" -layout "jp" -option "ctrl:nocaps"
  6. type synclient >/dev/null 2&>1 && {
  7. synclient VertEdgeScroll=0
  8. synclient HorizEdgeScroll=0
  9. synclient MaxTapTime=0
  10. synclient MaxSpeed=0.4
  11. synclient MinSpeed=0.2
  12. }
  13. test -f "$HOME/.fehbg" &&
  14. type feh >/dev/null 2>&1 &&
  15. sh "$HOME/.fehbg"
  16. #export LC_MESSAGES=C
  17. LANG=ja_JP.utf8