浏览代码

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

pull/1/head
10sr 11 年前
父节点
当前提交
0815747686
共有 4 个文件被更改,包括 10 次插入8 次删除
  1. +1
    -1
      20-keyboard.conf
  2. +7
    -7
      _keysnail.js
  3. +1
    -0
      bashrc
  4. +1
    -0
      xinitrc

+ 1
- 1
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

+ 7
- 7
_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
<><![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 查看文件

@@ -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 查看文件

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



正在加载...
取消
保存