Replies: 1 comment 1 reply
-
Yeah, this makes sense. PaperWM works this way, too. One of the problems however is how to do interactive resize nicely. Currently in always-centered mode, it will resize twice as fast and remain centered. In this case however I'm afraid we may have to make do with stationary resizing followed by windows moving into place. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried out niri a few months ago, but didn't make the switch. Now I've come back and found the option
always-center-single-columns
. I'm using it together withcenter-focus-column "never"
and liking it... though I've realised I don't love it. I think the current behaviour favours leaving windows where they are, and I can appreciate that's something some people like, but personally I'd like a behaviour that favours distributing empty space evenly on both edges of the screen (which will make all columns visible when possible). I'll try to illustrate what I mean.Setup
I have a config where I cycle between column widths of 1/3, 1/2, and 2/3s of my screen. My layout contains
Scenario α
Current behaviour
All the empty space is on the left.
Suggested behaviour
There's equal amounts of empty space outside the columns.
Scenario β
Current behaviour
All the empty space is on the left.
The column with window0 is outside the screen, and all the empty space is on the right.
Suggested behaviour
There's equal amounts of empty space outside the columns.
There's equal amounts of empty space outside the columns, and both columns are visible.
Consequences
Beta Was this translation helpful? Give feedback.
All reactions