From 7728389084634358e817ea6b2e12c4c4067529b6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 9 Feb 2012 09:09:50 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 5e7efca..651479d 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -4,12 +4,19 @@ ;;; Variables (define modkey 'mod4) -(define font "-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*") +(define dmenu-font + "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*") (define dmenu-cmd "dmenu") (define dmenu-args - (string-append "-b -nb '#000000' -nf '#15abc3' -sb '#e0c625' -sf '#000000' -fn '" font "'")) + (string-append + "-b -nb '#000000' -nf '#15abc3' -sb '#e0c625' -sf '#000000' -fn '" + dmenu-font "'")) +(define dzen-font + "-misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*") (define dzen-cmd "dzen2") -(define dzen-args (string-append " -fn '" font "' -x 5 -y 5 -bg '#000000' -fg '#15abc3'")) +(define dzen-args + (string-append " -fn '" dzen-font + "' -x 5 -y 5 -bg '#000000' -fg '#15abc3'")) (define dzen-pipe '()) (define previous-tag '()) -- cgit v1.2.3-54-g00ecf