dotfiles

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

commit 49bae94de75c26b931f377f2638c89089262620d
parent e12084b3774db9b8ac8b1b44a8cf3e1a80e72c6a
Author: Xiaodong Xu <[email protected]>
Date:   Sun May  8 13:02:00 +0800

Minor update

Diffstat:
.Xdefaults | 4++--
.Xdefaults.d/fonts/input_droid | 10+++++-----
.gtkrc.mine | 6+++---
.xinitrc | 21++++++++++-----------
4 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -1,6 +1,6 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2016 Jan 15 +! modified : 2016 May 07 ! !-- colorscheme & font --! @@ -24,7 +24,7 @@ Xcursor.size : 10 !-- urxvt base --! URxvt.title : URxvt -URxvt.geometry : 134x40 +URxvt.geometry : 65x20 URxvt.loginShell : true URxvt.preeditType : Root URxvt.saveLines : 65535 diff --git a/.Xdefaults.d/fonts/input_droid b/.Xdefaults.d/fonts/input_droid @@ -1,11 +1,11 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2016 May 05 +! modified : 2016 May 08 ! -URxvt.font : xft:input:size=14,xft:noto sans cjk sc:size=14 -URxvt.boldFont : xft:input:size=14:bold,xft:noto sans cjk sc:size=14:bold -URxvt.italicFont : xft:input:size=14:italic,xft:noto sans cjk sc:size=14:italic -URxvt.bolditalicFont : xft:input:size=14:bolditalic,xft:noto sans cjk sc:size=14:bolditalic +URxvt.font : xft:input:size=13,xft:noto sans cjk sc:size=13 +URxvt.boldFont : xft:input:size=13:bold,xft:noto sans cjk sc:size=13:bold +URxvt.italicFont : xft:input:size=13:italic,xft:noto sans cjk sc:size=13:italic +URxvt.bolditalicFont : xft:input:size=13:bolditalic,xft:noto sans cjk sc:size=13:bolditalic ! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.gtkrc.mine b/.gtkrc.mine @@ -1,6 +1,6 @@ # author: Xu Xiaodong <[email protected]> -# modified: 2016 May 05 +# modified: 2016 May 07 # #-- xft --# @@ -16,9 +16,9 @@ include "/home/xiaodong/.themes/BlackWhite/gtk-2.0/gtkrc" gtk-icon-theme-name = "gnome-dust" #-- font --# -gtk-font-name = "Noto Sans 14" +gtk-font-name = "Noto Sans 12" style "user-font" { - font_name = "Noto Sans 14" + font_name = "Noto Sans 12" } widget_class "*" style "user-font" diff --git a/.xinitrc b/.xinitrc @@ -1,12 +1,12 @@ #!/bin/sh # # author : Xu Xiaodong <[email protected]> -# modified : 2016 May 05 +# modified : 2016 May 08 # #-- font --# -#xset +fp /usr/share/fonts/ohsnap -#xset fp rehash +xset +fp /usr/share/fonts/ohsnap +xset fp rehash #-- powersave --# xset +dpms @@ -19,14 +19,13 @@ 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/black.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 +urxvtc -geometry 134x40 -e sh -c "tmuxen" & # start tmux #-- wm --# exec 2bwm