-
-
Notifications
You must be signed in to change notification settings - Fork 240
[BUG]: Cloaked windows not restoring on stop
/restore-windows
#925
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
Comments
It's possible that this is because the hidden |
Cloaking works fine when switching workspaces, its only when stopping that it fails.
|
Relevant blobs: komorebi/komorebi/src/process_command.rs Lines 768 to 779 in c367967
It's possible that since cloak is working when switching workspaces, you may be getting a failure when komorebi/komorebi/src/window_manager.rs Lines 951 to 978 in c367967
If you're able to build from source, can you try commenting out that line and recompiling? |
This commit ensures that the "Komorebi" border implementation is set as the default as it has the maximum range of compat across different Windows versions, whereas the "Windows" implementation requires Win 11. Because "Windows" implementation methods will error on Windows 10, restore_all_windows has been updated to only attempt to remove accents if BorderImplementation::Windows is selected (this is gated behind the WINDOWS_11 check). re #925
Works as intended with that commented out. |
Fix is referenced above, will be in the next nightly released to WinGet over the weekend 🎉 |
Describe the bug
Cloaked windows not restoring on
stop
/restore-windows
until manually clicked on/alt-tabbed to.Is it always force-quitting when stopping? When running
stop
it always outputs:Or is this a purely visual issue?
To Reproduce
Steps to reproduce the behavior:
komorebic stop
komorebic restore-windows
and observe nothing changing stillExpected behavior
The cloaked windows restore themselves
Operating System
komorebic check
OutputAdditional context
komorebi is running as and being started/stopped as administrator
The text was updated successfully, but these errors were encountered: