alacritty auto-omni launcher looks to tmux server instead of xserver now
This commit is contained in:
parent
a0e2024f42
commit
8ccec170b9
2
zsh/rc
2
zsh/rc
@ -45,7 +45,7 @@ echo $PATH | grep -q "^\\(.*:\\|\\)$HOME/.local/bin\\(:.*\\|\\)$" \
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[[ $TERM =~ alacritty ]] \
|
[[ $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
|
&& scwrypts tmux omni
|
||||||
|
|
||||||
true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user