I've just built b40, and now I've got this vertical divider thingy
wasting valuable screen real-estate. A couple of questions:
a) is there a way to disable it completely? Using
(set-specifier vertical-divider-spacing 0 'global)
(set-specifier vertical-divider-line-width 0 'global)
still leaves vestiges of it.
b) If not, can the dimensions be controlled by X resources?
--
Glynn Clements <glynn(a)sensei.co.uk>
Show replies by date
Some time ago, Glynn Clements wrote...
|+
| I've just built b40, and now I've got this vertical divider thingy
| wasting valuable screen real-estate. A couple of questions:
|
| a) is there a way to disable it completely? Using
Use (set-specifier vertical-divider-draggable-p nil) This reverts
to the old behavior (visible only when no scrollbars, and not
draggable).
| b) If not, can the dimensions be controlled by X resources?
Not yet.
Kirill