summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-28 11:55:49 +0200
committerGravatar Tom Willemsen2012-03-28 11:55:49 +0200
commit87fd900c5c0aad7a9e1067e21e7657adc5379e85 (patch)
tree3b6e051ceb8ed0075a5a02a1d0ef80c02641aa82
parent00d51bca1498c6fb71e0f40d81da492e74a55fad (diff)
downloaddotfiles-87fd900c5c0aad7a9e1067e21e7657adc5379e85.tar.gz
dotfiles-87fd900c5c0aad7a9e1067e21e7657adc5379e85.zip
.xbindkeysrc.scm
-rw-r--r--.xbindkeysrc.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 82b90c8..205bf0d 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -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")