diff --git a/20-keyboard.conf b/20-keyboard.conf index b34b743..9d8302f 100644 --- a/20-keyboard.conf +++ b/20-keyboard.conf @@ -4,6 +4,6 @@ Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" # Option "XkbModel" "acer_laptop" -# Option "XkbLayout" "jp" + Option "XkbLayout" "jp" Option "XkbOptions" "ctrl:nocaps,ctrl:menu_rctrl" EndSection diff --git a/_keysnail.js b/_keysnail.js index 464f298..6869192 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -26,13 +26,13 @@ function ignore(k, i) [k, null]; /////////////////////////////////////////// //// firefox // style.register("#bookmarksPanel > hbox,#history-panel > hbox {display: none !important;} //#urlbar-container{max-width: 500px !important;}"); -style.register( //not work - <>.toString() -); +// style.register( //not work +// <>.toString() +// ); /////////////////////////////////// //search engine diff --git a/bashrc b/bashrc index e05c8e5..2d4c670 100755 --- a/bashrc +++ b/bashrc @@ -716,6 +716,7 @@ __my_ps1_moc(){ } for f in /usr/share/git/git-prompt.sh \ + /opt/local/share/git-core/git-prompt.sh \ /opt/local/share/doc/git-core/contrib/completion/git-prompt.sh do test -r $f && . $f && break diff --git a/xinitrc b/xinitrc index edbd4d8..68f3893 100644 --- a/xinitrc +++ b/xinitrc @@ -2,6 +2,7 @@ test -n "$DISPLAY" || return test -z "$ROXTERM_PID" || return test -z "$SSH_CONNECTION" || return +setxkbmap -layout "jp" test "`hostname`" == "arch-aspireone" && setxkbmap -model "acer_laptop" -layout "jp" # this line must comes first