Hello !
I met an issue with the shell, that is absolutely normal functioning, but I noticed it only now because I started using comand substitution more.
I wanted that binding: bindsym $mod+o exec footclient micro (fzf)
to open a foot terminal, which would then run “micro (fzf)”
But … of course it runs first (fzf), then “footclient micro”. And that really opens nothing.
I’m sure there is a way to the shell to execute the command substitution only after the footclient window has opened.
I’m not an expert on shell… I tried escaping a few characters etc, to no avail. Same on other terminals, which isn’t a surprise.
And it doesn’t work: identical command as the one I wrote. When you execute that in a terminal, does it produce another terminal, in which fzf runs ? Or it doesn’t run fzf in the same terminal as you ran the whole command in (as is does on mine) ?
WTF
I don’t understand. Foot’s developper said my behavior was the normal one with shells…
At some point I’ll change back to alacritty and/or bash and see.
btw: please send by mp your config giving that beautiful $ line in your term…