From 4c877f0c7b7bb54e8fc8c55d5da4625772af1dcf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 7 Feb 2012 00:54:15 +0100 Subject: Woops, not with kill-tag --- .xbindkeysrc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 295fb17..a58c09a 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -54,7 +54,7 @@ (if (string? tag) (begin (if (member tag tags) - (system (string-append "herbstclient merge_tag " tag))))) + (run-command (string-append "herbstclient merge_tag " tag))))) (reset-main-binding))) (define (move-to-tag) -- cgit v1.2.3-54-g00ecf