mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 09:43:32 +01:00
New expert option: cycle all windows from all workspaces
Mentioned on the WMaker user mailing list, option disabled by default. https://groups.google.com/g/wmaker-user/c/pR8P-ZYCDFo/m/Wo42U_xqBgAJ So basically the patch is adding a new expert option in WPrefs (disabled by default) to allow the switch panel to cycle over all the windows from all workspaces. I believe it's useful if you are using a lot of fullscreen apps each on different workspaces.
This commit is contained in:
committed by
Carlos R. Mafra
parent
e356ef8c05
commit
afe13d3e72
@@ -72,6 +72,9 @@ static struct expert_option {
|
||||
{ N_("Cycle windows only on the active head."),
|
||||
/* default: */ False, OPTION_WMAKER, "CycleActiveHeadOnly" },
|
||||
|
||||
{ N_("Cycle all windows from all workspaces."),
|
||||
/* default: */ False, OPTION_WMAKER, "CycleAllWorkspaces" },
|
||||
|
||||
{ N_("Ignore minimized windows when cycling."),
|
||||
/* default: */ False, OPTION_WMAKER, "CycleIgnoreMinimized" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user