.xbindkeysrc.scm
This commit is contained in:
parent
a0810b7d97
commit
9670d3d9e6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue