Can I unfocus a window (not maximized) when clicking on the background/wallpaper/the nothing? #1314
-
The title |
Beta Was this translation helpful? Give feedback.
Answered by
Consolatis
Dec 12, 2023
Replies: 1 comment
-
This should work (not tested though): <mouse>
<default />
<context name="Root">
<mousebind button="Left" action="Press">
<action name="Unfocus" />
</mousebind>
</context>
</mouse> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ludg1e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work (not tested though):