.xbindkeysrc.scm
This commit is contained in:
parent
d0df0118e4
commit
a1fef455d1
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
;; -*- eval: (git-auto-commit-mode 1) -*-
|
||||||
;;; Modkey
|
;;; Modkey
|
||||||
(define modkey 'mod4)
|
(define modkey 'mod4)
|
||||||
|
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
(xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle"))
|
(xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle"))
|
||||||
(xbindkey-function '(p) (cmd "herbstclient pseudotile toggle"))
|
(xbindkey-function '(p) (cmd "herbstclient pseudotile toggle"))
|
||||||
(xbindkey-function '(r) resize-map)
|
(xbindkey-function '(r) resize-map)
|
||||||
|
(xbindkey-function '(m) (cmd "~/bin/move_to_tag"))
|
||||||
(xbindkey-function `(,modkey g) reset-main-binding)
|
(xbindkey-function `(,modkey g) reset-main-binding)
|
||||||
(grab-all-keys))
|
(grab-all-keys))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue