mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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:
committed by
Carlos R. Mafra
parent
eae7ef6c59
commit
914d4e06ef
@@ -684,7 +684,9 @@ WDefaultEntry optionList[] = {
|
||||
{"DialogHistoryLines", "500", NULL,
|
||||
&wPreferences.history_lines, getInt, NULL, NULL, NULL},
|
||||
{"CycleActiveHeadOnly", "NO", NULL,
|
||||
&wPreferences.cycle_active_head_only, getBool, NULL, NULL, NULL}
|
||||
&wPreferences.cycle_active_head_only, getBool, NULL, NULL, NULL},
|
||||
{"CycleIgnoreMinimized", "NO", NULL,
|
||||
&wPreferences.cycle_ignore_minimized, getBool, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
static void initDefaults()
|
||||
|
||||
Reference in New Issue
Block a user