.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-02-07 11:08:33 +01:00
parent 724ce012d4
commit e349448383

View file

@ -72,7 +72,7 @@
;;; Maps
(define (main-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 w) W-functions)
(xbindkey-function `(,modkey s) S-functions)