.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-03-28 11:55:49 +02:00
parent 00d51bca14
commit 87fd900c5c

View file

@ -21,6 +21,7 @@
(define previous-tag '())
(define current-tag "default")
(define terminal "st")
;;;_ Macros
(define-macro (cmd command)
@ -150,7 +151,7 @@ the command."
(xbindkey-function `(,modkey x) X-function-map)
(xbindkey-function `(,modkey w) W-function-map)
(xbindkey-function `(,modkey s) S-function-map)
(xbindkey `(,modkey Return) "urxvt")
(xbindkey `(,modkey Return) terminal)
(xbindkey '(control alt l) "i3lock -c 000000")
(xbindkey '(XF86HomePage) "conkeror")
(xbindkey '(XF86Mail) "mutt")