.xbindkeysrc.scm
This commit is contained in:
parent
7c97cf1403
commit
d0e734e122
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@
|
|||
(xbindkey '(XF86AudioPrev) "mpc prev")
|
||||
(xbindkey '(XF86AudioNext) "mpc next")
|
||||
(xbindkey '(XF86Tools) "ncmpcpp")
|
||||
(xbindkey `(,modkey b) "herbstclient focus left")
|
||||
(xbindkey `(,modkey n) "herbstclient focus down")
|
||||
(xbindkey `(,modkey p) "herbstclient focus up")
|
||||
(xbindkey `(,modkey f) "herbstclient focus right")
|
||||
(xbindkey-function `(,modkey g) reset-main-binding))
|
||||
|
||||
(create-map X-function-map
|
||||
|
|
Loading…
Reference in a new issue