Discussion:
[xmonad] Border widths
Dominik Schrempf
2017-03-20 09:34:51 UTC
Permalink
Hello,

is it possible to decrease border width when windows are adjacent?
E.g., if the border width is 1px, adjacent windows are separated by a
border of 2px while windows are separated by borders of size 1px from
the edges of the screen.

It would be nice to be able to merge borders between adjacent windows,
focusedBorderColor should have precedence such that windows facing a
focussed window actually do not have a border with normalBorderColor on
that side.

Thank you,
Dominik
Brandon Allbery
2017-03-20 12:58:30 UTC
Permalink
On Mon, Mar 20, 2017 at 5:34 AM, Dominik Schrempf <
Post by Dominik Schrempf
is it possible to decrease border width when windows are adjacent?
No. Server-side borders are fixed width, always on all sides, and the only
knobs are foreground and background colors, width, and stipple. If you want
anything else, you get to figure out how to make xmonad a reparenting
window manager so you can implement frame windows under your control.
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Bogdan Sinitsyn
2017-03-20 19:18:19 UTC
Permalink
You could also use something like X.L.Spacing as a workaround.
Post by Dominik Schrempf
Hello,
is it possible to decrease border width when windows are adjacent?
E.g., if the border width is 1px, adjacent windows are separated by a
border of 2px while windows are separated by borders of size 1px from
the edges of the screen.
It would be nice to be able to merge borders between adjacent windows,
focusedBorderColor should have precedence such that windows facing a
focussed window actually do not have a border with normalBorderColor on
that side.
Thank you,
Dominik
_______________________________________________
xmonad mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
--
Bogdan Sinitsyn
Loading...