Add TERMINAL env to put kitty in first position of i3-sensible-terminal

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-15 22:44:14 +01:00
parent ba72f22b78
commit 1a919fb0ce
2 changed files with 5 additions and 0 deletions

View file

@ -2,3 +2,6 @@ fileignoreconfig:
- filename: dotfiles/shell/aliases
ignore_detectors:
- filename
- filename: dotfiles/shell/profile
ignore_detectors:
- filename

View file

@ -2,6 +2,8 @@
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
export TERMINAL="kitty"
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi