pkulak / filtile

A layout manager for the River window manager.
GNU General Public License v3.0
11 stars 2 forks source link

Increase/decrese the number of views in the main area? #5

Closed vide0hanz closed 6 months ago

vide0hanz commented 7 months ago

I'm gonna wager a guess that this was another feature you omitted from rivertile because you didn't use it 😄

That said, it is very handy to be able to increase the number of views in the main area. This effectively can be used to create a grid layout on-demand when the stack area gets cluttered and the user needs to view more than 3 windows simultaneously. Is it simple to add this in filtile too?

This, combined with what filtile already does (great work btw!) would be a near-perfect replacement for rivertile in my opinion.

pkulak commented 7 months ago

I'm gonna wager a guess that this was another feature you omitted from rivertile because you didn't use it 😄

Haha, you guessed it! I'll see what I can do about adding it in though. At this point I think it's the only feature missing, so it would be cool to add it, and then be able to say this is a drop-in rivertile replacement.

pkulak commented 6 months ago

Fixed by https://github.com/pkulak/filtile/commit/d9441641e85ea67920e5c79ae203a93f8b953373

vide0hanz commented 6 months ago

Thank you!