.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-02-23 18:21:28 +01:00
parent a0810b7d97
commit 9670d3d9e6

View file

@ -91,7 +91,8 @@ the command."
(prog (read-line file))) (prog (read-line file)))
(close-port file) (close-port file)
(switch-to-tag prog) (switch-to-tag prog)
(run-command prog))) (run-command prog))
(reset-main-binding))
(define (kill-tag) (define (kill-tag)
"Kill a selected tag" "Kill a selected tag"