diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-08-12 23:56:44 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-08-12 23:56:44 +0200 |
commit | bf0259063ee8541ce9cfe49b2e4af1a7579ca005 (patch) | |
tree | 73355ac049469325ab8e8ce7ca1c9a445bb80871 | |
parent | e684bac7aa5ce1c8628ba4f588761cdaa40f4a00 (diff) | |
download | dotfiles-bf0259063ee8541ce9cfe49b2e4af1a7579ca005.tar.gz dotfiles-bf0259063ee8541ce9cfe49b2e4af1a7579ca005.tar.xz |
fix tk's problem with the font
no more need for giggle
-rw-r--r-- | .Xdefaults | 4 | ||||
-rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -4,8 +4,8 @@ ! Author: Florian "Bluewind" Pritz <f-p@gmx.at> ! original by heartcore http://heartcore.mcx2.org/ !---------------------------------------------------- -*font: xft:DejaVu Sans Mono:size=7:antialias=true -*boldFont: xft:DejaVu Sans Mono-7:bold +*font: xft:DejaVu\ Sans\ Mono:size=7:antialias=true +*boldFont: xft:DejaVu\ Sans\ Mono-7:bold !*dpi: 75 *antialias: true @@ -437,7 +437,6 @@ alias sv='sudo vim' alias sgv='sudo gvim' alias g='git' -alias gitk='giggle' # python is too long to type... alias q='python' alias e='exec' |