.xbindkeysrc.scm
This commit is contained in:
parent
00d51bca14
commit
87fd900c5c
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue