Browse Source

set $TERMINAL for i3-sensible-terminal script

Fabian Peter Hammerle 5 years ago
parent
commit
8f878f7dd9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -67,6 +67,8 @@ if os.path.isdir(USER_BIN_PATH):
     $PATH.insert(0, USER_BIN_PATH)
 $PAGER = 'less'
 $EDITOR = 'vim'
+# i3-sensible-terminal
+$TERMINAL = 'termite'
 # required by pinentry-tty when using gpg command:
 $GPG_TTY = $(tty)
 if shutil.which('gpgconf'):