-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conky goes above windows but it goes below when windows are floating in #58
Comments
I think it's because Krohnkite sets "keepBelow" for tiled windows. Try disabling "Keep tile windows below" under "Options" tab in the script configuration. Maybe it's better to keep floating windows "above" than to keep tiled windows "below", because "keep below" is legitimately used in other parts of desktop environments. |
@esjeon I can't find the option |
Oh, you're using v0.5. I was thinking of master branch, which is 1 year ahead of it. I really have to release a new version... Meanwhile, you can try git version if you want. |
@esjeon I'll better wait till you make a github release 😅 |
Yup, I'm actually rushing now. I'm gonna release it today. I actually wanted to write proper documentation and fully implement unit tests before 0.6, but people are basically one year behind... That's really bad... |
Sorry, I completely forgot to mention the release here. v0.6 is uploaded to the KDE store, and this problem should be gone by default. |
@esjeon I updated it but it is still v0.5 🤔 I'll try installing krohnkite from github then |
Installed from repo, conky is still above the tiling window, with or without "keep above" setting enabled. |
Is "Keep Below" set for tiled windows? You can check this from "More Actions" under window action menu(Alt+F3 or R-click on title bar). If it's still set, it's likely that the script is cached by KWin. Try restarting KWin or just re-login. |
I tried both disabling and enabling the setting, restarting kwin. Additional info: conky with |
Oh, btw,
I should've inspected it more carefully. I always copy-paste conky setting, so never realized this line has been there. lol |
@esjeon it still happens, even with so it is 50% working, but should go to background without having to focus on a window |
Hmm, it seems like KWin is internally ignoring "keep below" for docks. Yet, this issue has been largely ignored, probably because it doesn't matter if conky is the first program launched and naturally placed at the bottom. I think the only sane way to keep conky below is this:
|
Works for me if in conky, set:
|
Symptom
conky goes above windows but it goes below when windows are floating.
How to Reproduce
conky
with any config including this:Expected behavior
Conky should run below windows, because it hides when window is in floating mode.
Environment
Screenshots
The text was updated successfully, but these errors were encountered: