preview and cleaner scripts not called as long as external preview open #2433
Unanswered
bugsbugsbux
asked this question in
Q&A
Replies: 3 comments
-
|
@herrvonvoid could you share your script? I'm trying to do the same, but I don't get the right position |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
https://gist.github.com/herrvonvoid/84fb34c0752f3f457fb360f3ba2d3c11 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I will convert this into a discussion. Also, the gist link is now the following: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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...
Beta Was this translation helpful? Give feedback.
All reactions