pinnacle icon indicating copy to clipboard operation
pinnacle copied to clipboard

Add floating layout

Open Ottatop opened this issue 1 year ago • 1 comments

The idea is simple:

  1. 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
  2. Add a layout generator that does literally nothing
  3. ???
  4. Profit

Ottatop avatar May 10 '24 03:05 Ottatop

workaround, just FTR:

    Window.add_window_rule(function(window)
        window:set_floating(true)
        end)

ildar avatar Mar 30 '25 20:03 ildar

Implemented in #326

Ottatop avatar Jul 08 '25 17:07 Ottatop