Would allow for Spotlight-like panel windows. Related: - https://github.com/tauri-apps/tauri/issues/2258 - https://github.com/tauri-apps/tao/issues/136 StackOverflow answers for showing window over fullscreen app: - https://stackoverflow.com/questions/23503943/add-nswindow-in-front-of-fullscreen-app - https://stackoverflow.com/questions/29995376/show-nswindow-beneath-nsstatusitem-in-fullscreen This might be how Electron implements it? https://github.com/electron/electron/blob/81c143318ba04c9aff2a5bcb80e4a1e3d55e019f/shell/browser/native_window_mac.mm#L1297-L1318
Would allow for Spotlight-like panel windows.
Related:
set_activation_policytauri#2258StackOverflow answers for showing window over fullscreen app:
This might be how Electron implements it? https://github.com/electron/electron/blob/81c143318ba04c9aff2a5bcb80e4a1e3d55e019f/shell/browser/native_window_mac.mm#L1297-L1318