diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 4567611..82b90c8 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -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)