summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")