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

Double click on titlebar maximize a window to fullscreen

This commit is contained in:
Alexander Komarov
2020-08-10 13:47:23 +03:00
committed by Carlos R. Mafra
parent 5d2fd7bf7e
commit 6e2075f3df
4 changed files with 26 additions and 6 deletions

View File

@@ -453,6 +453,7 @@ extern struct WPreferences {
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 */
char double_click_fullscreen; /* Double click on titlebar maximize a window to full screen*/
char strict_windoze_cycle; /* don't close switch panel when shift is released */
char panel_only_open; /* Only open the switch panel; don't switch */
int minipreview_size; /* Size of Mini-Previews in pixels */