1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Added option to ignore minimized windows during cycling.

Added CycleIgnoreMinimized configuration option settable on Expert page in WPrefs.
When option is set, switch panel cycling ignores minimized (grayed) windows. They
are still visible and can be selected using left/right arrows or mouse click.
This commit is contained in:
Martin Frydl
2012-11-27 11:13:34 +01:00
committed by Carlos R. Mafra
parent eae7ef6c59
commit 914d4e06ef
6 changed files with 30 additions and 23 deletions

View File

@@ -427,6 +427,7 @@ typedef struct WPreferences {
char single_click; /* single click to lauch applications */
int history_lines; /* history of "Run..." dialog */
char cycle_active_head_only; /* Cycle only windows on the active head */
char cycle_ignore_minimized; /* Ignore minimized windows when cycling */
RImage *swtileImage;
RImage *swbackImage[9];