.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-01-30 12:26:17 +01:00
parent d0df0118e4
commit a1fef455d1

View file

@ -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))