Skip to the content.

Fedora GNOME Window List Toggle

This skill accepts one argument: enable or disable.

If no argument is provided, check the current state and report it.

Procedure

The window list is provided by the GNOME Shell extension window-list@gnome-shell-extensions.gcampax.github.com.

If the argument is disable:

gnome-extensions disable window-list@gnome-shell-extensions.gcampax.github.com

If the argument is enable:

gnome-extensions enable window-list@gnome-shell-extensions.gcampax.github.com

If no argument is provided:

Check and report the current state:

gnome-extensions info window-list@gnome-shell-extensions.gcampax.github.com

Verification

After any toggle, confirm the new state:

gnome-extensions info window-list@gnome-shell-extensions.gcampax.github.com 2>&1 | grep -i state

Look for State: ACTIVE (enabled) or State: INACTIVE (disabled). The change takes effect immediately — no restart needed.

Notes

Changelog

See CHANGELOG.md for version history.