.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-03-15 14:25:09 +01:00
parent 0b784b43b6
commit 0e4c6d5fc2

View file

@ -144,6 +144,9 @@ the command."
(define (main-binding)
"First binding"
(xbindkey `(,modkey shift "1") (string-append "dmenu_run -p 'Run:' " dmenu-args))
(xbindkey `(,modkey "0") "herbstclient remove")
(xbindkey `(,modkey "2") "herbstclient split vertical 0.5")
(xbindkey `(,modkey "3") "herbstclient split horizontal 0.5")
(xbindkey-function `(,modkey x) X-function-map)
(xbindkey-function `(,modkey w) W-function-map)
(xbindkey-function `(,modkey s) S-function-map)