25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
723 B

  1. test "`hostname`" == "arch-aspireone" &&
  2. setxkbmap -model "acer_laptop" -layout "jp" -option "ctrl:nocaps" # this line must comes first
  3. xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt
  4. xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
  5. #xmodmap -e 'remove Lock = Caps_Lock'
  6. #xmodmap -e 'add Control = Caps_Lock'
  7. type synclient >/dev/null 2>&1 && {
  8. synclient VertEdgeScroll=0
  9. synclient HorizEdgeScroll=0
  10. synclient MaxTapTime=0
  11. synclient MaxSpeed=2.0
  12. synclient MinSpeed=0.2
  13. }
  14. xset s 1800 # go blank after 30 min
  15. xset dpms 1810 1820 1830 # standby, suspend and off seem to be not different for my environment
  16. unset LC_MESSAGES
  17. export LANG=ja_JP.utf8
  18. export BROWSER=firefox