.xbindkeysrc.scm
This commit is contained in:
parent
66181fb653
commit
a9687d4565
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@
|
||||||
(xbindkey '(XF86AudioRaiseVolume) "mcp volume +5")
|
(xbindkey '(XF86AudioRaiseVolume) "mcp volume +5")
|
||||||
(xbindkey '(XF86AudioPrev) "mpc prev")
|
(xbindkey '(XF86AudioPrev) "mpc prev")
|
||||||
(xbindkey '(XF86AudioNext) "mpc next")
|
(xbindkey '(XF86AudioNext) "mpc next")
|
||||||
(xbindkey `(,modkey k) "herbstclient close"))
|
(xbindkey `(,modkey k) "herbstclient close")
|
||||||
|
(xbindkey `(,modkey Escape) "~/.config/herbstluftwm/panel.sh"))
|
||||||
|
|
||||||
(define (second-binding)
|
(define (second-binding)
|
||||||
"Second binding"
|
"Second binding"
|
||||||
|
|
Loading…
Reference in a new issue