summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 2ff2971..5d6e258 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -150,6 +150,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)