Skip to content

ALT-TAB no longer running when (all) window(s) is(are) minimized #675

@patatetom

Description

@patatetom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions