소스 검색

update xinitrc

pull/1/head
10sr 10 년 전
부모
커밋
91685a5219
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -2
      xinitrc

+ 5
- 2
xinitrc 파일 보기

@@ -12,8 +12,11 @@ esac
unset TMUX

setxkbmap -layout "jp"
test "`hostname`" == "arch-aspireone" &&
setxkbmap -model "acer_laptop" -layout "jp" # this line must comes first
# use localectl list-x11-keymap-models to get list of available models
test "`hostname`" = "arch-aspireone" && \
setxkbmap -model "acer_laptop" -layout "jp" # this line must comes first
test "`hostname`" = "arch-mba" && \
setxkbmap -model "apple_laptop" -layout "jp" # this line must comes first

setxkbmap -option "ctrl:nocaps,ctrl:menu_rctrl"
xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt


불러오는 중...
취소
저장