summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index e90701f..d1c9479 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -91,7 +91,8 @@ the command."
(prog (read-line file)))
(close-port file)
(switch-to-tag prog)
- (run-command prog)))
+ (run-command prog))
+ (reset-main-binding))
(define (kill-tag)
"Kill a selected tag"