mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Rainmeter widgets always on top #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zerogaku on GitHub (Feb 20, 2024).
Describe the bug
This might be an unintended side effect of how floating windows are treated (as in always placed at the top), so when tiling with komorebi, rainmeter is always overlaying applications, i've tried changing rainmeter's position settings but to no avail, it will only be displayed normally in the background when pausing or stopping komorebi. "ignoring" rainmeter with float rules doesn't work how I would like it, and I can't seem to find a rule that "moves application behind every other window".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Rainmeter should stay behind any open windows (if "on desktop" or "bottom" position is set for the widgets)
Screenshots and Videos


komorebi on:
komorebi off:

Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"For example:
komorebic checkOutputProvide the output of
komorebic checkIf running 'komorebic start --await-configuration', you will manually have to call the following command to begin tiling: komorebic complete-configuration
Additional context
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
I am using autohotkey version 2 for keybindings (for focusing, opening, closing windows, changing layouts, etc)
@azinsharaf commented on GitHub (Feb 21, 2024):
i was able to preproduce this.
win 10 pro, rainmeter 4.4.18.3727, komorebi 0.1.21
@Zerogaku commented on GitHub (Feb 25, 2024):
might be related to https://github.com/LGUG2Z/komorebi/issues/236
@Looki2000 commented on GitHub (Mar 9, 2024):
it's a very annoying bug to me too. I hope it will be fixed.
@LGUG2Z commented on GitHub (Mar 9, 2024):
I'm probably not going to look into personally this since I don't use Rainmeter, but I think this is a great first issue for anyone who is really bothered by it. You can start by playing around with the various flags here: https://github.com/LGUG2Z/komorebi/blob/master/komorebi/src/windows_api.rs#L360
@Zerogaku commented on GitHub (Mar 10, 2024):
Issue appears to have been fixed in
0f6d1a465c