Great project but I truly believe that these single screen window managers are going to be a thing of the past if Scrollable WMs manage to find some more marketting. Niri[1] and PaperWM[2] for example, these Scrolling WMs provide a way to tile your apps in a way that feels natural. It's like having multiple monitors without having multiple monitors. When I first used PaperWM on Gnome, I just couldn't think of a reaso…
Cortile – Linux auto tiling manager with hot corner support
71–75 of 75 posts
Re: Cortile – Linux auto tiling manager with hot corner support
#72Earlier quoted context omitted.
There is papersway for sway/i3 folks: https://spwhitton.name/tech/code/papersway/
Thank you for posting this link, because I am a happy sway user and didn’t realize this existed. I plan to try it out. Have you used it?
Re: Cortile – Linux auto tiling manager with hot corner support
#73Earlier quoted context omitted.
There is papersway for sway/i3 folks: https://spwhitton.name/tech/code/papersway/
Thank you for posting this link, because I am a happy sway user and didn’t realize this existed. I plan to try it out. Have you used it?
Re: Cortile – Linux auto tiling manager with hot corner support
#74Great project but I truly believe that these single screen window managers are going to be a thing of the past if Scrollable WMs manage to find some more marketting. Niri[1] and PaperWM[2] for example, these Scrolling WMs provide a way to tile your apps in a way that feels natural. It's like having multiple monitors without having multiple monitors. When I first used PaperWM on Gnome, I just couldn't think of a reaso…
It's a personal preference thing. I've never liked tiling WMs. I have no use for tiny little stacked terminals / windows. But, I know folks who will never do anything other than a tiling WM. (I'm writing this from Niri, by the way. It is excellent.)
Re: Cortile – Linux auto tiling manager with hot corner support
#75Earlier quoted context omitted.
You can implement hot corners on Wayland using layer-shell and creating a 1px transparent surface on each monitor corner.
Can you? I grant that you can probably trigger like that, but does Wayland have a generic way to move+resize windows?
I'm not entirely sure what you mean here or how it is related to hot corners.
The compositor itself can move windows anywhere (it is in full control). A client moving the windows of other clients is not permitted, although compositor-specific interfaces exist for this. There's no standard here because a stacking compositor implements completely different semantics from a tiling compositor. I'm sure that protocol extensions will come up for niche use cases over time.