Add TERMINAL env to put kitty in first position of i3-sensible-terminal
This commit is contained in:
parent
ba72f22b78
commit
1a919fb0ce
2 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,6 @@ fileignoreconfig:
|
|||
- filename: dotfiles/shell/aliases
|
||||
ignore_detectors:
|
||||
- filename
|
||||
- filename: dotfiles/shell/profile
|
||||
ignore_detectors:
|
||||
- filename
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue