From bf0259063ee8541ce9cfe49b2e4af1a7579ca005 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 12 Aug 2009 23:56:44 +0200 Subject: fix tk's problem with the font no more need for giggle --- .Xdefaults | 4 ++-- .zshrc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index efd8989..802c293 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -4,8 +4,8 @@ ! Author: Florian "Bluewind" Pritz ! 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 diff --git a/.zshrc b/.zshrc index 9f988ab..6b10745 100644 --- a/.zshrc +++ b/.zshrc @@ -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' -- cgit v1.2.3-24-g4f1b