pinnacle
pinnacle copied to clipboard
Add floating layout
The idea is simple:
- Add a "pseudo-floating" state to windows to denote windows that are supposed to be tiled but due to a lower-than-requested amount of geometries from a layout generator are floating
- Add a layout generator that does literally nothing
- ???
- Profit
workaround, just FTR:
Window.add_window_rule(function(window)
window:set_floating(true)
end)
Implemented in #326