1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 18:32:34 +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

@@ -825,7 +825,9 @@ WDefaultEntry optionList[] = {
{"CycleActiveHeadOnly", "NO", NULL,
&wPreferences.cycle_active_head_only, getBool, NULL, NULL, NULL},
{"CycleIgnoreMinimized", "NO", NULL,
&wPreferences.cycle_ignore_minimized, getBool, NULL, NULL, NULL}
&wPreferences.cycle_ignore_minimized, getBool, NULL, NULL, NULL},
{"DbClickFullScreen", "NO", NULL,
&wPreferences.double_click_fullscreen, getBool, NULL, NULL, NULL}
};
static void initDefaults(void)