mogenson / PaperWM.spoon

Tiled scrollable window manager for MacOS
MIT License
442 stars 19 forks source link

Feature request: floating layer #24

Closed tbdcit closed 2 months ago

tbdcit commented 11 months ago

Thanks for the excellent window manager!

Are there any plans to add a floating layer in a similar way to PaperWM for Gnome?

mogenson commented 11 months ago

Hello, I don't have any immediate plans to add a floating layer feature. However, I'd be happy to review a PR!

There is a option in your hammerspoon config to modify the window filter to ignore matching windows or applications. From the README:

Overwrite PaperWM.window_filter to ignore specific applications. For example:

PaperWM.window_filter = PaperWM.window_filter:setAppFilter("Finder", false)
PaperWM:start() -- restart for new window filter to take effect

Maybe you could make a keybinding to dynamically add or remove a specific window from the window filter.