-
My problem
My configIs this inteded ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Answered by
kRHYME7
Aug 6, 2025
Replies: 2 comments 4 replies
-
|
so what I want to know is there a way to only popup this only if I use the mouse__ ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This should not happen. Is this a regression? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Oh no! I see! My Bad. I have this waybar module that calls
dunstctl action. I use this inexec-ifproperty to check if dunst is running. This is dumb lol. I thoughtexec-ifonly fires during module initialization but turns out it is triggered every single time theexecis called/ polled.Thanks @bynect !