summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-30 12:26:17 +0100
committerGravatar Tom Willemsen2012-01-30 12:26:17 +0100
commita1fef455d1ac6e28a9d7a085fdb9f6758bfe79b2 (patch)
tree638f869f983af748c546a6e271dd23c07399f881 /.xbindkeysrc.scm
parentd0df0118e4f9d44f858c5953c1ac8b71ef88444b (diff)
downloaddotfiles-a1fef455d1ac6e28a9d7a085fdb9f6758bfe79b2.tar.gz
dotfiles-a1fef455d1ac6e28a9d7a085fdb9f6758bfe79b2.zip
.xbindkeysrc.scm
Diffstat (limited to '.xbindkeysrc.scm')
-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))