JoshDreamland left a comment (geany/geany#1727)
Yes, `$(xprop -root _NET_CURRENT_DESKTOP | awk '{print $3}')` is a subshell
that is executed and its output is treated as a string, as if the `$()` were an
ordinary variable. It's just the current workspace number. So the
`--socket-file` is set to `/tmp/geany-sock-WORKSPACE_NUMBER`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1727#issuecomment-3006044198
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/1727/[email protected]>