From 94666fab5fcc917d5c563577330c1bb82ea0295d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 7 Feb 2012 17:33:46 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xbindkeysrc.scm') diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index e78be50..b8377a0 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -6,7 +6,7 @@ (define modkey 'mod4) (define dmenu-cmd "dmenu") (define dmenu-args "-b -nb '#000000' -nf '#15abc3' -sb '#e0c625' -sf '#000000'") -(define dzen-pipe ()) +(define dzen-pipe 0) ;;; Macros (define-macro (cmd command) @@ -41,7 +41,7 @@ (define (switch-tags) "Switch to another tag" (close-pipe dzen-pipe) - (set! dzen-pipe ()) + (set! dzen-pipe 0) (let* ((tags (get-tags)) (tag (choose-tag "Switch to tag" tags))) (if (string? tag) -- cgit v1.2.3-54-g00ecf