summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-04-05 14:40:24 +0000
committerGravatar Tom Willemsen2012-04-05 14:40:24 +0000
commitab76bcaa6453450a150c6ac0550276418955887a (patch)
treeb5baea06636f2c9ed7e881752602bba88929b8c1 /.xbindkeysrc.scm
parent651ab5625df937a39419ddcbf2f1f0e3f5a319e9 (diff)
parent04d9496f04a61327ac1eca5d5664924240fc87ad (diff)
downloaddotfiles-ab76bcaa6453450a150c6ac0550276418955887a.tar.gz
dotfiles-ab76bcaa6453450a150c6ac0550276418955887a.zip
.xinitrc
Diffstat (limited to '.xbindkeysrc.scm')
-rw-r--r--.xbindkeysrc.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 5d6e258..7cb951e 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)
@@ -156,7 +157,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")