alacritty auto-omni launcher looks to tmux server instead of xserver now

This commit is contained in:
Wryn (yage) Wagner 2024-04-13 16:59:36 -06:00
parent a0e2024f42
commit 8ccec170b9

2
zsh/rc
View File

@ -45,7 +45,7 @@ echo $PATH | grep -q "^\\(.*:\\|\\)$HOME/.local/bin\\(:.*\\|\\)$" \
#####################################################################
[[ $TERM =~ alacritty ]] \
&& [[ $(xdotool search --classname Alacritty 2>/dev/null | wc -l) -eq 1 ]] \
&& [[ $(tmux -L omni.socket list-clients | wc -l) -eq 0 ]] \
&& scwrypts tmux omni
true