update dotfile.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
URxvt.urgentOnBell: false
|
URxvt.urgentOnBell: false
|
||||||
URxvt.multichar_encoding: utf-8
|
URxvt.multichar_encoding: utf-8
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
URxvt.background: [90]black
|
URxvt.background: black
|
||||||
URxvt.foreground: white
|
URxvt.foreground: white
|
||||||
URxvt.colorBD: yellow
|
URxvt.colorBD: yellow
|
||||||
URxvt.colorUL: green
|
URxvt.colorUL: green
|
||||||
@@ -14,9 +14,15 @@ URxvt.scrollWithBuffer: True
|
|||||||
! lines and multi-term
|
! lines and multi-term
|
||||||
URxvt.saveLines: 1000000
|
URxvt.saveLines: 1000000
|
||||||
|
|
||||||
! URxvt.font: xft:YaHei Consolas Hybrid:size=13
|
URxvt.font: xft:Operator Mono Book:size=14,\
|
||||||
URxvt.font: xft:Microsoft Yahei:size=13
|
xft:Source Code Pro:size=14,\
|
||||||
! URxvt.font: xft:Ubuntu Mono:size=13
|
xft:xos4 Terminus:size=14\,
|
||||||
! URxvt.font: xft:Consolas:size=13
|
xft:Consolas:size=14,\
|
||||||
! URxvt.font: xft:Source Code Pro:size=13
|
xft:YaHei Consolas Hybrid:size=14,\
|
||||||
! URxvt.font: xft:xos4 Terminus:size=14
|
xft:Microsoft Yahei:size=14
|
||||||
|
|
||||||
|
XTerm*background: black
|
||||||
|
XTerm*foreground: white
|
||||||
|
XTerm*faceName: Operator Mono:style=Book:size=14
|
||||||
|
XTerm*faceNameDoublesize: YaHei Consolas Hybrid:size=14
|
||||||
|
XTerm*forceBoxChars: true
|
||||||
|
|||||||
@@ -1,18 +1,19 @@
|
|||||||
{
|
{
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"node": true
|
"node": true
|
||||||
},
|
},
|
||||||
"extends": "airbnb",
|
"extends": "airbnb",
|
||||||
"rules": {
|
"rules": {
|
||||||
"comma-dangle": [2, "never"],
|
"comma-dangle": [2, "never"],
|
||||||
"spaced-comment": "off",
|
"spaced-comment": "off",
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
"indent": "off",
|
"indent": "off",
|
||||||
"func-names": "off",
|
"func-names": "off",
|
||||||
"no-console": "off",
|
"no-console": "off",
|
||||||
"no-plusplus": "off",
|
"no-plusplus": "off",
|
||||||
"wrap-iife": ["error", "any"],
|
"no-param-reassign": "off",
|
||||||
"react/jsx-filename-extension": "off"
|
"wrap-iife": ["error", "any"],
|
||||||
}
|
"react/jsx-filename-extension": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"indent_size": 2,
|
"indent_size": 2,
|
||||||
"indent_char": " ",
|
"indent_char": " ",
|
||||||
"eol": "\n",
|
"eol": "\n",
|
||||||
"indent_level": 0,
|
"indent_level": 0,
|
||||||
"indent_with_tabs": false,
|
"indent_with_tabs": false,
|
||||||
"preserve_newlines": true,
|
"preserve_newlines": true,
|
||||||
"max_preserve_newlines": 2,
|
"max_preserve_newlines": 2,
|
||||||
"jslint_happy": false,
|
"jslint_happy": false,
|
||||||
"space_after_anon_function": false,
|
"space_after_anon_function": false,
|
||||||
"brace_style": "collapse",
|
"brace_style": "collapse",
|
||||||
"keep_array_indentation": false,
|
"keep_array_indentation": false,
|
||||||
"keep_function_indentation": false,
|
"keep_function_indentation": false,
|
||||||
"space_before_conditional": true,
|
"space_before_conditional": true,
|
||||||
"break_chained_methods": true,
|
"break_chained_methods": true,
|
||||||
"eval_code": false,
|
"eval_code": false,
|
||||||
"unescape_strings": false,
|
"unescape_strings": false,
|
||||||
"wrap_line_length": 80,
|
"wrap_line_length": 80,
|
||||||
"wrap_attributes": "auto",
|
"wrap_attributes": "auto",
|
||||||
"wrap_attributes_indent_size": 2,
|
"wrap_attributes_indent_size": 2,
|
||||||
"e4x": true,
|
"e4x": true,
|
||||||
"end_with_newline": true
|
"end_with_newline": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"libs": [
|
"libs": [
|
||||||
"ecma5",
|
"ecma5",
|
||||||
"ecma6",
|
"ecma6",
|
||||||
"browser",
|
"browser",
|
||||||
"jquery",
|
"jquery",
|
||||||
"react",
|
"react",
|
||||||
"node"
|
"node"
|
||||||
],
|
],
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"node": {},
|
"node": {},
|
||||||
"es_modules": {},
|
"es_modules": {},
|
||||||
"doc_comment": {
|
"doc_comment": {
|
||||||
"fullDocs": true,
|
"fullDocs": true,
|
||||||
"strong": true
|
"strong": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ecmaVersion": 6,
|
||||||
|
"env": {
|
||||||
|
"browser": true,
|
||||||
|
"node": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"ecmaVersion": 6,
|
|
||||||
"env": {
|
|
||||||
"browser": true,
|
|
||||||
"node": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,11 +2,16 @@
|
|||||||
|
|
||||||
#xrandr --output HDMI-1 --same-as LVDS-1
|
#xrandr --output HDMI-1 --same-as LVDS-1
|
||||||
|
|
||||||
export GTK_IM_MODULE=fcitx
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
export QT_IM_MODULE=fcitx
|
|
||||||
export XMODIFIERS="@im=fcitx"
|
export XMODIFIERS=@im=SCIM
|
||||||
|
export GTK_IM_MODULE="xim"
|
||||||
|
export QT_IM_MODULE="scim"
|
||||||
|
scim -d
|
||||||
|
|
||||||
|
# xcompmgr -c &
|
||||||
|
# nm-applet &
|
||||||
|
|
||||||
#xcompmgr -c &
|
|
||||||
#fcitx -d & > /dev/null
|
#fcitx -d & > /dev/null
|
||||||
#sogou-qimpanel & > /dev/null
|
#sogou-qimpanel & > /dev/null
|
||||||
|
|
||||||
@@ -16,8 +21,7 @@ export XMODIFIERS="@im=fcitx"
|
|||||||
# export SSH_AUTH_SOCK
|
# export SSH_AUTH_SOCK
|
||||||
# export GPG_AGENT_INFO
|
# export GPG_AGENT_INFO
|
||||||
|
|
||||||
#nm-applet &
|
/usr/libexec/polkit-gnome-authentication-agent-1 &
|
||||||
#/usr/libexec/polkit-gnome-authentication-agent-1 &
|
|
||||||
# stardict -h & > /dev/null &2 > /dev/null
|
# stardict -h & > /dev/null &2 > /dev/null
|
||||||
# sudo sslocal -d start -p 443 -s zedhugh.me -k BlsEYioG1w > /dev/null
|
# sudo sslocal -d start -p 443 -s zedhugh.me -k BlsEYioG1w > /dev/null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user