dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit a84b5a9113bf2dbdabb68e986277ac7db132e7ba
parent 02e7d10dc02ea92aad00c67bdf90ea03544df596
Author: Xiaodong Xu <[email protected]>
Date:   Wed May  4 22:21:10 +0800

Add fonts

Diffstat:
.Xdefaults | 6+++---
.Xdefaults.d/fonts/input_droid | 11+++++++++++
.Xdefaults.d/fonts/source_droid | 9+++++++++
.xinitrc | 19++++++++++---------
4 files changed, 33 insertions(+), 12 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -1,11 +1,11 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2015 May 09 +! modified : 2016 Jan 15 ! !-- colorscheme & font --! #include ".Xdefaults.d/colors/lich" -#include ".Xdefaults.d/fonts/anonymous_droid" +#include ".Xdefaults.d/fonts/input_droid" !-- xft --! ! hintstyle : hintnone | hintslight | hintmedium | hintfull @@ -24,7 +24,7 @@ Xcursor.size : 10 !-- urxvt base --! URxvt.title : URxvt -URxvt.geometry : 80x25 +URxvt.geometry : 134x40 URxvt.loginShell : true URxvt.preeditType : Root URxvt.saveLines : 65535 diff --git a/.Xdefaults.d/fonts/input_droid b/.Xdefaults.d/fonts/input_droid @@ -0,0 +1,11 @@ +! +! author : Xu Xiaodong <[email protected]> +! modified : 2016 Jan 15 +! + +URxvt.font : xft:input:size=8,xft:wenquanyi micro hei:size=10 +URxvt.boldFont : xft:input:size=8:bold,xft:wenquanyi micro hei:size=10:bold +URxvt.italicFont : xft:input:size=8:italic,xft:wenquanyi micro hei:size=10:italic +URxvt.bolditalicFont : xft:input:size=8:bolditalic,xft:wenquanyi micro hei:size=10:bolditalic + +! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.Xdefaults.d/fonts/source_droid b/.Xdefaults.d/fonts/source_droid @@ -0,0 +1,9 @@ +! +! author : Xu Xiaodong <[email protected]> +! modified : 2015 Aug 03 +! + +URxvt.font : xft:ubuntu mono derivative powerline:size=10,xft:wenquanyi micro hei:size=10 +URxvt.boldFont : xft:ubuntu mono derivative powerline:size=10:bold,xft:wenquanyi micro hei:size=10:bold + +! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.xinitrc b/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh # # author : Xu Xiaodong <[email protected]> -# modified : 2015 May 10 +# modified : 2016 Feb 28 # #-- font --# @@ -15,17 +15,18 @@ xset dpms 0 0 300 #-- ime --# export XMODIFIERS="@im=fcitx" export GTK_IM_MODULE=xim +export QT_IM_MODULE=xim fcitx & #-- app --# -xmodmap ~/.xmodmaprc & # swap Caps_Lock and Control_L -compton -cGb # add fancy shadows -unclutter -idle 5 & # hide mouse cursor -syndaemon -t -k -i 2 -d & # disable trackpad while typing -urxvtd -q -f -o # urxvt daemon -hsetroot -fill ~/picture/flower.jpg & # set wallpaper -#btsync --config ~/.btsyncrc # start btsync -urxvtc -e sh -c "tmuxen" & # start tmux +xmodmap ~/.xmodmaprc & # swap Caps_Lock and Control_L +compton -cGb # add fancy shadows +unclutter -idle 5 & # hide mouse cursor +syndaemon -t -k -i 2 -d & # disable trackpad while typing +urxvtd -q -f -o # urxvt daemon +hsetroot -fill ~/picture/black.jpg & # set wallpaper +btsync --config ~/.btsyncrc # start btsync +urxvtc -e sh -c "tmuxen" & # start tmux #-- wm --# exec 2bwm