I suppose what you wanted to say is:Is there a way to make a slim disappear with an app or web browser is in full screen while staying at the topmost on the display?
If so, there's a contradiction here: topmost skins are actually meant to not disappear even when another window is maximized or full screen (when in desktop mode and not in D3D apps like games, that is).Is there a way to make a skin disappear when an app or web browser is in full screen, while the skin's position is Stay Topmost?
That being said, an "exception to the rule" can be implemented (with some delay, based on how frequently your skin is updating) using a plugin measure written by jsmorley to check whether the focused app is in full screen or not and what its name is, a combination of IfCondition and / or IfMatch to do different things in those two cases, and some appropriate !ZPos bangs to then change the skin's "z-position" accordingly:
https://forum.rainmeter.net/viewtopic.php?t=28305
https://docs.rainmeter.net/manual/measures/general-options/ifconditions/
https://docs.rainmeter.net/manual/measures/general-options/ifmatchactions/
https://docs.rainmeter.net/manual/bangs/#ZPos
If you meant maximized instead of full screen, yet another creation from jsmorley could help, instead of the above plugin:
https://forum.rainmeter.net/viewtopic.php?t=21785
Statistics: Posted by Yincognito — Today, 1:35 am