bash -> exec: Exec zellij on startup
This commit is contained in:
parent
3c45e2d361
commit
bb04c6845c
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ if [ "$(tty)" = /dev/tty5 ]; then
|
||||||
exec gamescope -e -W 2560 -H 1440 -r 165 -- steam
|
exec gamescope -e -W 2560 -H 1440 -r 165 -- steam
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start in tmux by default
|
# Start in zellij by default
|
||||||
# [[ $TERM != "screen" ]] && [ -z "$TMUX" ] && exec tmux
|
export ZELLIJ_AUTO_EXIT=true
|
||||||
|
export ZELLIJ_CONFIG_FILE=~/.config/zellij/config.kdl
|
||||||
|
eval "$(zellij setup --generate-auto-start bash)"
|
||||||
|
|
||||||
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
||||||
jaaj
|
jaaj
|
||||||
|
|
Loading…
Reference in a new issue