1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-29 03:54:06 +02: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:
David Maciejak
2026-01-02 12:52:50 -05:00
committed by Carlos R. Mafra
parent e356ef8c05
commit afe13d3e72
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -454,6 +454,7 @@ extern 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_all_workspaces; /* Cycle all windows from all workspaces */
char cycle_ignore_minimized; /* Ignore minimized windows when cycling */
char double_click_fullscreen; /* Double click on titlebar maximize a window to full screen*/
char close_rootmenu_left_right_click;/* Close application menu when mouse (left or right) is clicked outside focus */