-
My problem
![]() My config![]() Is 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-if
property to check if dunst is running. This is dumb lol. I thoughtexec-if
only fires during module initialization but turns out it is triggered every single time theexec
is called/ polled.Thanks @bynect !