mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
komorebic gui reports null on non-null titles/paths/exes/et. cetera #485
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 @codyduong on GitHub (Oct 11, 2024).
Summary
This is probably a to_string() failing (or similar). Works fine in
komorebi log.komorebic guikomorebic logVersion Information
Should note this occurs on 0.1.28^ as well, or probably every version since komorebic gui was introduced.
Komorebi Configuration
N/A
Hotkey Configuration
N/A
Output of komorebic check
N/A
@LGUG2Z commented on GitHub (Oct 11, 2024):
7f42042322/komorebi/src/window.rs (L471-L546)Right now I think this might be expected behaviour; there are a bunch of early returns here to ensure that we are not wasting CPU cycles trying to further validate a window for management if we already know it has failed early checks.
@LGUG2Z commented on GitHub (Oct 11, 2024):
In the case of your screenshot, I'm thinking with
!allow_cloakedandis_cloakedyou hit the(false, true)matcher (under_) and this skipped any title/path/exe lookups.@codyduong commented on GitHub (Oct 11, 2024):
Oh, I see. I was using komorebic gui to try and get some .exe names on workspaces not currently visible to float-rule them. Makes sense I guess.