summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-09 09:09:50 +0100
committerGravatar Tom Willemsen2012-02-09 09:09:50 +0100
commit7728389084634358e817ea6b2e12c4c4067529b6 (patch)
treec580d35faeadede65fb9d6fe8cda882c21496653 /.xbindkeysrc.scm
parentc2942fa8cf20b7c7fbefdb18b2c4fc9e1934fde8 (diff)
downloaddotfiles-7728389084634358e817ea6b2e12c4c4067529b6.tar.gz
dotfiles-7728389084634358e817ea6b2e12c4c4067529b6.zip
.xbindkeysrc.scm
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm13
1 files 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 '())