NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ctwm restart doesn't remember fullscreen state for all windowframes



On Sat, 23 Nov 2024, Van Ly wrote:

This is the before and after image on a ctwm restart.

=> http://sdf.org/~van.ly/img/ctwm-restart-0-before.webp .
=> http://sdf.org/~van.ly/img/ctwm-restart-1-after.webp .

Even if `emacs -Q' is started without customization and fullscreened with f11,
ctwm restart will expose the desktop background at the bottom edge.


Ah, I see what's wrong now... If you run xprop(1) on a, let's say, full-screen'd
xterm window, it will show something like:

_NET_WM_STATE(ATOM) = ...  _NET_WM_STATE_FULLSCREEN ...

indicating that the the full-screen EWMH property's set; but, after a restart
this is lost. Doesn't look like ctwm handles these EWMH properties that're
already set on a window when it starts. This isn't a NetBSD bug, more like
a ctwm feature request...

-RVP


Home | Main Index | Thread Index | Old Index