Add zellij config

This commit is contained in:
muon 2025-09-25 10:22:54 +00:00
parent 70c21b81ed
commit fe2c22214e
4 changed files with 337 additions and 1 deletions

View file

@ -28,7 +28,7 @@
ZWIND=$(wmctrl -l | grep "$ZSESH" || echo "")
cd "$ZPATH"
if [[ -z "$ZWIND" ]]; then
alacritty -T "$ZSESH" -e zsh -c "zellij -s $ZSESH -n compact || zellij a $ZSESH"
alacritty -T "$ZSESH" -e zsh -c "zellij -s $ZSESH -n dev || zellij a $ZSESH"
else
wmctrl -a "$ZSESH"
fi