mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-29 03:16:01 +01:00
Double click on titlebar maximize a window to fullscreen
This commit is contained in:
committed by
Carlos R. Mafra
parent
5d2fd7bf7e
commit
6e2075f3df
@@ -113,7 +113,10 @@ static const struct {
|
||||
/* default: */ False, OPTION_WMAKER, "OpenTransientOnOwnerWorkspace" },
|
||||
|
||||
{ N_("Wrap dock-attached icons around the screen edges."),
|
||||
/* default: */ True, OPTION_WMAKER, "WrapAppiconsInDock" }
|
||||
/* default: */ True, OPTION_WMAKER, "WrapAppiconsInDock" },
|
||||
|
||||
{ N_("Double click on titlebar maximize a window to full screen."),
|
||||
/* default: */ False, OPTION_WMAKER, "DbClickFullScreen" }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user