lf --version # 28
hi, i want to use swayimg as my image previewer, and wrote a little scirpt to do so which positions the window it opens above the preview area. this works fine, but blocks the preview and cleaner scripts from running until it is closed. why?
I tried to start swayimg as a background process and disown it, and i am marking the preview as volatile by exiting the previewer with code 1 after starting swayimg. if at least one, the previewer or the cleaner ran, i can close the window if that's what prevents the other script from running...
lf --version # 28hi, i want to use swayimg as my image previewer, and wrote a little scirpt to do so which positions the window it opens above the preview area. this works fine, but blocks the preview and cleaner scripts from running until it is closed. why?
I tried to start swayimg as a background process and disown it, and i am marking the preview as volatile by exiting the previewer with code 1 after starting swayimg. if at least one, the previewer or the cleaner ran, i can close the window if that's what prevents the other script from running...