Do not skip windows in the switchpanel
commitfb91e5d67a484853bf1c08bb0ea5a1c43b70b51b
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 8 Apr 2010 16:15:31 +0000 (8 18:15 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 8 Apr 2010 16:38:37 +0000 (8 18:38 +0200)
treef592f240693a0424a3f9079a34e80d7e715075c8
parent08f990a9464c2a8baa9f3b4a6b8b3b8d1df8d9a0
Do not skip windows in the switchpanel

If a window has the skip_window_list flag set wmaker currently not only skips
this window from the window list (F11) but also from the switchpanel (TAB).

This patch makes skip_window_list-windows appear in the switchpanel and be
skipped only in the window list, strictly honoring what the name of the flag
is supposed to mean.

The motivation for this is that I have lots of workspaces and almost all of
them has a xterm, so that I set the skip_window_list for the xterms not to
overcrowd the window list. But I still want to alt+TAB to xterms on the current
workspace.

In addition to that, now the "internal window" flag is not checked before
appearing in the switchpanel.
src/switchpanel.c