gapless_singleton feature request
~
❯ bspc config borderless_singleton true
config: Unknown setting: 'borderless_singleton'.
❯ bspwm -v
0.9.10
Yo! is there any plan for a new release with this feature working? I have to manually build bspwm as long as its not in a release.
And I also would like to add a feature request to add a gapless_singleton option as well. It should be relatively simple.
@shashurup is it possible that you could fix the feature requested?
borderless_singleton does not work currently on a multimonitor setup. possible that @CoinBR is working on it though. It should be montified to work no matter the monitor count.
@shashurup is it possible that you could fix the feature requested?
I'll take a look.
borderless_singleton does not work currently on a multimonitor setup. possible that @CoinBR is working on it though. It should be montified to work no matter the monitor count.
It sorta does :) The initial point was to not to draw borders when there is only one visible window since there is no point in them - you don't need to understand where one window ends and another one begins. With multiple monitors I do need borders in order to distinguish active window.
@shashurup I acually just realised that this does exactly what i want:
bspc config single_monocle true
bspc config borderless_monocle true
bspc config gapless_monocle true
why dont you just use the following in your config?
bspc config single_monocle true
bspc config borderless_monocle true
Would not that render the feature u added "borderless_singleton" bloat?
@shashurup I acually just realised that this does exactly what i want:
bspc config single_monocle true bspc config borderless_monocle true bspc config gapless_monocle truewhy dont you just use the following in your config?
bspc config single_monocle true bspc config borderless_monocle trueWould not that render the feature u added "borderless_singleton" bloat?
Not quite, single_monocle is not what I want. I need borderless pseudo-tilied browser window. Pseudo-tiled is important in addition to a browser in which I can turn off UI to get a perfect reading experience.