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
[ ] Bug
[x] Feature Request
[ ] Documentation Request
[ ] Other (Please describe in detail)
Current Behavior
If I try to modify the strength of corner rounding via bindsym, i3-gaps-rounded will throw out an error, which, from border_radius 0, highlights only the _radius 0 part, which tells me that this is because i3 thinks that I want to change the border, which I don't. It only does this when I am running it inside a mode (like resize mode), otherwise it straight up doesn't do anything at all.
Expected Behavior
When typing something like bindsym $mod+g border_radius 0, the rounded corners will disappear when I press it.
Reproduction Instructions
Type bindsym $mod+g border_radius 0 into your your config (I did in resize mode)
I'm submitting a…
Current Behavior
If I try to modify the strength of corner rounding via bindsym, i3-gaps-rounded will throw out an error, which, from
border_radius 0
, highlights only the_radius 0
part, which tells me that this is because i3 thinks that I want to change the border, which I don't. It only does this when I am running it inside a mode (like resize mode), otherwise it straight up doesn't do anything at all.Expected Behavior
When typing something like
bindsym $mod+g border_radius 0
, the rounded corners will disappear when I press it.Reproduction Instructions
Type
bindsym $mod+g border_radius 0
into your your config (I did in resize mode)Environment
Output of
i3 --moreversion 2>&-
:The text was updated successfully, but these errors were encountered: