mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
WPrefs.app: Add ability to enable or disable "unmaximize on move" feature.
Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
12fa7b2203
commit
4d82f9efde
@@ -78,12 +78,15 @@ static const struct {
|
||||
|
||||
#ifdef XKB_MODELOCK
|
||||
{ N_("Enable keyboard language switch button in window titlebars."),
|
||||
/* default: */ False, OPTION_WMAKER, "KbdModeLock" }
|
||||
/* default: */ False, OPTION_WMAKER, "KbdModeLock" },
|
||||
#endif /* XKB_MODELOCK */
|
||||
|
||||
{ N_("Enable window snapping."),
|
||||
/* default: */ False, OPTION_WMAKER, "WindowSnapping" },
|
||||
|
||||
{ N_("Return maximized windows to original geometry when moved."),
|
||||
/* default: */ False, OPTION_WMAKER, "UnmaximizeOnMove" }
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user