bspwm icon indicating copy to clipboard operation
bspwm copied to clipboard

gapless_singleton feature request

Open leier69 opened this issue 4 years ago • 6 comments

~
❯ 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.

leier69 avatar May 08 '21 18:05 leier69

@shashurup is it possible that you could fix the feature requested?

leier69 avatar May 08 '21 18:05 leier69

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.

leier69 avatar May 08 '21 18:05 leier69

@shashurup is it possible that you could fix the feature requested?

I'll take a look.

shashurup avatar May 09 '21 06:05 shashurup

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 avatar May 09 '21 06:05 shashurup

@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?

leier69 avatar May 09 '21 20:05 leier69

@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?

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.

shashurup avatar May 10 '21 06:05 shashurup