Woops, not with kill-tag
This commit is contained in:
parent
c7c4a98436
commit
4c877f0c7b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
(if (string? tag)
|
(if (string? tag)
|
||||||
(begin
|
(begin
|
||||||
(if (member tag tags)
|
(if (member tag tags)
|
||||||
(system (string-append "herbstclient merge_tag " tag)))))
|
(run-command (string-append "herbstclient merge_tag " tag)))))
|
||||||
(reset-main-binding)))
|
(reset-main-binding)))
|
||||||
|
|
||||||
(define (move-to-tag)
|
(define (move-to-tag)
|
||||||
|
|
Loading…
Reference in a new issue