.xbindkeysrc.scm
This commit is contained in:
parent
0b784b43b6
commit
0e4c6d5fc2
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue