.xbindkeysrc.scm
This commit is contained in:
parent
724ce012d4
commit
e349448383
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
;;; Maps
|
;;; Maps
|
||||||
(define (main-binding)
|
(define (main-binding)
|
||||||
"First binding"
|
"First binding"
|
||||||
(xbindkey `(,modkey shift "1") (string-append "dmenu_run " dmenu-args))
|
(xbindkey `(,modkey shift "1") (string-append "dmenu_run -p 'Run:'" dmenu-args))
|
||||||
(xbindkey-function `(,modkey x) X-functions)
|
(xbindkey-function `(,modkey x) X-functions)
|
||||||
(xbindkey-function `(,modkey w) W-functions)
|
(xbindkey-function `(,modkey w) W-functions)
|
||||||
(xbindkey-function `(,modkey s) S-functions)
|
(xbindkey-function `(,modkey s) S-functions)
|
||||||
|
|
Loading…
Reference in a new issue