Update i3 and bash configs for quick-switching to next empty workspace

This commit is contained in:
2019-09-28 03:34:39 -04:00
parent 4719c9633d
commit 4a888c7671
2 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ export EDITOR='/usr/bin/vim'
export VISUAL='/usr/bin/vim'
export TERMINAL='urxvt -e tmux -u'
export PROMPT_COMMAND="$TMUX_GITBAR_DIR/update-gitbar; $PROMPT_COMMAND"
export PATH=$PATH":$HOME/.local/bin/i3scripts"
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux