mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
73568922d5878d000ab6df3e9f413e77c768bec0
When hiding/restoring windows as part of workspace switching, calls to SetForegroundWindow fail, and if they fail, other hidden windows get lost forever in hidden mode when the error is returned up the call chain using the ? operator. This commit separates out the focus() calls from the loops restoring windows when switching workspaces, and also ensures that calls to SetForegroundWindow will log an error, but ultimately continue to the end of the focus() function call.
Description
No description provided
Releases
10
Languages
Rust
97.5%
Python
0.9%
AutoHotkey
0.7%
Nix
0.7%
Just
0.2%