On Wed, 17 Mar 2021 18:19:06 +0000
Post by t***@danwin1210.meI 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