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

WPrefs.app: Add ability to set behavior when dragging a maximized window.

You can now set the behavior when dragging a maximized window, i.e., the
"DragMaximizedWindow" option from ~/GNUstep/Defaults/WindowMaker, from the
"Window Handling" tab of WPrefs.app.

Note that to make room for the pop-up button required to set this option, the
switch button to set the "OpenTransientOnOwnerWorkspace" option has been moved
to the "Expert User Preferences" tab and the "Edge Resistance" frame has been
made slightly smaller.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
Doug Torrance
2014-09-24 22:30:52 -05:00
committed by Carlos R. Mafra
parent 9937566ec4
commit b20a58d592
2 changed files with 52 additions and 20 deletions

View File

@@ -84,8 +84,8 @@ static const struct {
{ N_("Enable window snapping."),
/* default: */ False, OPTION_WMAKER, "WindowSnapping" },
{ N_("Return maximized windows to original geometry when moved."),
/* default: */ False, OPTION_WMAKER, "UnmaximizeOnMove" }
{ N_("Open dialogs in the same workspace as their owners."),
/* default: */ False, OPTION_WMAKER, "OpenTransientOnOwnerWorkspace" }
};