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
Floating windows should have the border color and width configured in .config/river/init
Actual behavior
A floating window displays the river default border at login or inherits the border (or lack of it) from the previous tag.
Steps to reproduce
At login open a floating window in the first tag. The window has a 2px border with the color #93A1A1 (the river default if other values are not specified). Open a tiling window in tag 2, the window has no borders. Switch back to tag 1, the floating window has now no borders. Open 2 windows in tag 3, the windows have each a 1px border with the configured colors, as expected. Switch back to tag 1, the floating window has now a 1px border with the configured #285577 color.
river version
0.3.4
wideriver version
1.2.0
Startup logs
I [11:10:34] --layout left
I [11:10:34] --layout-alt monocle
I [11:10:34] --stack even
I [11:10:34] --count-master 1
I [11:10:34] --ratio-master 0.5
I [11:10:34] --count-wide-left 0
I [11:10:34] --ratio-wide 0.5
I [11:10:34] --smart-gaps
I [11:10:34] --inner-gaps 0
I [11:10:34] --outer-gaps 0
I [11:10:34] --border-width 1
I [11:10:34] --border-width-monocle 0
I [11:10:34] --border-width-smart-gaps 0
I [11:10:34] --border-color-focused 0x285577
I [11:10:34] --border-color-focused-monocle 0xB48EAD
I [11:10:34] --border-color-unfocused 0x4C566A
I [11:10:34] --log-threshold info
I [11:10:34] wideriver started
The text was updated successfully, but these errors were encountered:
Honestly, I did not consider floating windows; they're not something I use.
Right now it is not possible to set individual borders per window.
It may be possible to set an alternate border scheme when there is a floating window. Detect this via the river status protocol or however lswt does it, looks like wayland protocol.
Expected behavior
Floating windows should have the border color and width configured in .config/river/init
Actual behavior
A floating window displays the river default border at login or inherits the border (or lack of it) from the previous tag.
Steps to reproduce
At login open a floating window in the first tag. The window has a 2px border with the color #93A1A1 (the river default if other values are not specified). Open a tiling window in tag 2, the window has no borders. Switch back to tag 1, the floating window has now no borders. Open 2 windows in tag 3, the windows have each a 1px border with the configured colors, as expected. Switch back to tag 1, the floating window has now a 1px border with the configured #285577 color.
river version
0.3.4
wideriver version
1.2.0
Startup logs
The text was updated successfully, but these errors were encountered: