Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 11 years ago
parent
commit
0815747686
4 changed files with 10 additions and 8 deletions
  1. +1
    -1
      20-keyboard.conf
  2. +7
    -7
      _keysnail.js
  3. +1
    -0
      bashrc
  4. +1
    -0
      xinitrc

+ 1
- 1
20-keyboard.conf View File

@@ -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

+ 7
- 7
_keysnail.js View File

@@ -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
<><![CDATA[
input,textarea {
font-family: monospace !important;
}
]]></>.toString()
);
// style.register( //not work
// <><![CDATA[
// input,textarea {
// font-family: monospace !important;
// }
// ]]></>.toString()
// );

///////////////////////////////////
//search engine


+ 1
- 0
bashrc View File

@@ -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


+ 1
- 0
xinitrc View File

@@ -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



Loading…
Cancel
Save