On Wed, 17 Mar 2021 18:19:06 +0000
[email protected] wrote:
> On Tue, Mar 16, 2021 at 04:53:32PM -0400, Dave Voutila wrote:
> >> I worked out how to set a "gap" so that maximized windows won't
> >> obscure the xclock line at the bottom. That helped. Unfortunately,
> >> it's not enough. By default `xconsole` is sized and positioned so,
> >> if brought forward, `xconsole` obscures `xclock`. That invariably
> >> happens if cycling through windows...
> >
> >You can change or remove xconsole from starting by modifying
> >/etc/X11/xenodm/Xsetup_0
>
> Thanks, but I like having xconsole... is there any way to make it
> obey the gap?
>
I start xconsole in Xsetup_0 as follows
xconsole -geometry 480x130-0-26 \
-daemon \
-notify \
-verbose \
-exitOnFail
The gap in my case is the 26. -26 means 26 pixel from the bottom.
Corresponding gap is 24 as I also define the borderwidth for Xmessage
as 2 in /etc/X11/xenodm/Xresources:
Xmessage.Form.Command.borderWidth: 2
Best regards
Robert