aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout.hs
Commit message (Collapse)AuthorAge
* Add ConsistentMosaic, a wrapper to make Mosaic more consistent.Josh Rahm2022-04-13
| | | | | | | | | | | Right now, Mosaic operate on the windows itself. But this means that swapping windows can act very unintuitively. This wrapper changes mosaci to work on window /positions/ rather than windows themselves, so the window in position 1 will always be the same size, and when moved to position 2, it will inherit that position's size. There's still some buggy behavior, but it is in general much more intuitive than it was before.
* Add type-static way to get the length of a LayoutListJosh Rahm2022-04-12
|
* Clean up LayoutList and move to Layout.ListJosh Rahm2022-04-12
|
* Clean up Poppable so it's a proper proxy to the underlying layout rather ↵Josh Rahm2022-04-12
| | | | than a LayoutModifier.
* Make spacing specific to the current layout rather than all layouts. Not ↵Josh Rahm2022-04-12
| | | | sure how I feel about it, but Imma try it out
* Add another layout modifier to add a hole.Josh Rahm2022-04-12
| | | | | | | This is mostly an academic exercise, as there's probably not much reason to put a hole in the layout, but I must admit that sometimes is aesthetically pleasing to see a little more desktop wallpaper in some cases.
* Move Rahm.Desktop.Layout.Layout to Rahm.Desktop.LayoutJosh Rahm2022-04-12
|
* More refactoring. Started breaking up Layout. Moved Language extensions into ↵Josh Rahm2022-04-10
| | | | stack file.
* Rename Internal to Rahm.DesktopJosh Rahm2022-04-10