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"