We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be cool if there was a layout that behaves like Qtile's RatioTile. The lain repo has someone similar layouts, but not quite the same.
RatioTile
lain
https://docs.qtile.org/en/stable/manual/ref/layouts.html#ratiotile
-- (1) (2) (3) -- +---+---+---+ +---+---+---+ +---+---+---+ -- | | | | | | | | | -- | 1 | -> | 2 | 1 | -> | 3 | 2 | 1 | -> -- | | | | | | | | | -- +---+---+---+ +---+---+---+ +---+---+---+ -- (4) (5) (6) -- +---+---+---+ +---+---+---+ +---+---+---+ -- | 4 | 3 | | 5 | 4 | | 6 | 5 | 4 | -- +-----+-----+ -> +---+---+---+ -> +---+---+---+ -> -- | 2 | 1 | | 3 | 2 | 1 | | 3 | 2 | 1 | -- +---+---+---+ +---+---+---+ +---+---+---+ -- (7) (8) (9) -- +---+---+---+ +---+---+---+ +---+---+---+ -- | 7 | 6 | 5 | | 8 | 7 | 6 | | 9 | 8 | 7 | -- +---+---+---+ +---|---+---+ +---+---+---+ -- | 4 | 3 | 2 | -> | 5 | 4 | 3 | -> | 6 | 5 | 4 | -> -- +---+---+---+ +---+---+---+ +---+---+---+ -- | 1 | | 2 | 1 | | 3 | 2 | 1 | -- +---+---+---+ +---+---+---+ +---+---+---+ -- (10) (11) (12) -- +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ -- |10| 9| 8| 7| |11|10| 9| 8| |12|11|10| 9| -- +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ -- | 6| 5| 4| 3| -> | 7| 6| 5| 4| -> | 8| 7| 6| 5| -- +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ -- | 2 | 1 | | 3 | 2 | 1 | | 4| 3| 2| 1| -- +-----+-----+ +---+---+---+ +---+---+---+
Thanks for your great work, @lcpz :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it would be cool if there was a layout that behaves like Qtile's
RatioTile
. Thelain
repo has someone similar layouts, but not quite the same.https://docs.qtile.org/en/stable/manual/ref/layouts.html#ratiotile
Thanks for your great work, @lcpz :)
The text was updated successfully, but these errors were encountered: