summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xbindkeysrc.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 0f1546c..e467941 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -1,3 +1,4 @@
+;; -*- eval: (git-auto-commit-mode 1) -*-
;;; Modkey
(define modkey 'mod4)
@@ -52,6 +53,7 @@
(xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle"))
(xbindkey-function '(p) (cmd "herbstclient pseudotile toggle"))
(xbindkey-function '(r) resize-map)
+ (xbindkey-function '(m) (cmd "~/bin/move_to_tag"))
(xbindkey-function `(,modkey g) reset-main-binding)
(grab-all-keys))