1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 12:55:47 +01:00

New option for enabling alternative half-maximized window movement.

Added new option to Window Maker for enabling alternative way for
half-maximized windows movement. Option can be found on Expert section
in WPrefs app.
This commit is contained in:
2017-02-21 18:56:12 +01:00
committed by Carlos R. Mafra
parent 62d62eebf1
commit 9e7987713f
3 changed files with 6 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ static const struct {
{ N_("Allow move half-maximized windows between multiple screens."),
/* default: */ False, OPTION_WMAKER, "MoveHalfMaximizedWindowsBetweenScreens" },
{ N_("Alternative transitions between states for half maximized windows."),
/* default: */ False, OPTION_WMAKER, "AlternativeHalfMaximized" },
{ N_("Open dialogs in the same workspace as their owners."),
/* default: */ False, OPTION_WMAKER, "OpenTransientOnOwnerWorkspace" }