summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-07 17:33:31 +0100
committerGravatar Tom Willemsen2012-02-07 17:33:31 +0100
commit09c67a2b70eeb841d7d4fc736dd7c48a0f45d35b (patch)
tree6ce4ac306238562354b259f7fcc55d51e3a18a57 /.xbindkeysrc.scm
parenta09f13e0fd5a32b6da9e388bdbadabcd03cd3680 (diff)
downloaddotfiles-09c67a2b70eeb841d7d4fc736dd7c48a0f45d35b.tar.gz
dotfiles-09c67a2b70eeb841d7d4fc736dd7c48a0f45d35b.zip
.xbindkeysrc.scm
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 067aaa4..e78be50 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 nil)
+(define dzen-pipe ())
;;; Macros
(define-macro (cmd command)
@@ -41,7 +41,7 @@
(define (switch-tags)
"Switch to another tag"
(close-pipe dzen-pipe)
- (set! dzen-pipe nil)
+ (set! dzen-pipe ())
(let* ((tags (get-tags))
(tag (choose-tag "Switch to tag" tags)))
(if (string? tag)