From 0e4c6d5fc2842ecb5a25052033665635d5202b77 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 15 Mar 2012 14:25:09 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to '.xbindkeysrc.scm') 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) -- cgit v1.2.3-54-g00ecf