hi,
I'm not sure if this is a bug or if I've configured it incorrectly.
for a web kiosk (see https://github.com/patatetom/AWK/tree/main for more informations), I'm using JWM with the following minimal configuration :
<?xml version="1.0" encoding="UTF-8"?>
<JWM>
<StartupCommand>
chromium \
--command-line-options \
file:///www/AWK.html
jwm -exit
</StartupCommand>
</JWM>
when I open two Chromium windows, Alt-Tab works as expected, and I can switch between them without any issues.
If I minimize one of them, ALT-TAB still works as expected and brings the minimized window back to the foreground.
however, if I minimize both (or the one remaining after closing the other), ALT-TAB does not bring the window(s) back to the foreground.
is this the expected behavior?
if so, is it possible to remove the minimize button from a window?
regards, lacsaP.
hi,
I'm not sure if this is a bug or if I've configured it incorrectly.
for a web kiosk (see https://github.com/patatetom/AWK/tree/main for more informations), I'm using JWM with the following minimal configuration :
when I open two Chromium windows, Alt-Tab works as expected, and I can switch between them without any issues.
If I minimize one of them, ALT-TAB still works as expected and brings the minimized window back to the foreground.
however, if I minimize both (or the one remaining after closing the other), ALT-TAB does not bring the window(s) back to the foreground.
is this the expected behavior?
if so, is it possible to remove the minimize button from a window?
regards, lacsaP.