You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The window-rule is working fine and limit the display width accordingly.
That being said when I use my key-bind to reduce the width of a column (via set-column-width "-5%";)
If I keep repeating the -5% command once the window reached the minimum, it does nothing visually which is fine but it seems the logical window size is still updated below the min-width. So I can go below the min-width specified in the window rule.
So when I want to grow back the column-width with (set-column-width "+5%") I sometimes have to press it multiples times until the column size actually grow.
It's a bit hard to describe, hope you understand ;P
The text was updated successfully, but these errors were encountered:
I have a window rule set as
The window-rule is working fine and limit the display width accordingly.
That being said when I use my key-bind to reduce the width of a column (via set-column-width "-5%";)
If I keep repeating the -5% command once the window reached the minimum, it does nothing visually which is fine but it seems the logical window size is still updated below the min-width. So I can go below the min-width specified in the window rule.
So when I want to grow back the column-width with (set-column-width "+5%") I sometimes have to press it multiples times until the column size actually grow.
It's a bit hard to describe, hope you understand ;P
The text was updated successfully, but these errors were encountered: