Replies: 1 comment 1 reply
-
Try this: OpenWinClass=Rainmeter.exe,* |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rainmeter is a "desktop skin" customization program that can set itself as always-on-the-desktop so that it is unaffected by e.g. Win+D commands that minimize all windows (I believe the relevant C++ is
SetWindowPos(hwndTT, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
).When Rainmeter is sandboxed in a standard yellow sandbox, this window z-position is ignored, and Rainmeter's desktop skins can get minimized.
Is this something that can be fixed through the sbie config, or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions