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

WPrefs.app: Add ability to enable or disable window snapping.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
Doug Torrance
2014-09-20 22:56:23 -05:00
committed by Carlos R. Mafra
parent df49061865
commit a8f0b68eaf

View File

@@ -81,6 +81,9 @@ static const struct {
/* default: */ False, OPTION_WMAKER, "KbdModeLock" } /* default: */ False, OPTION_WMAKER, "KbdModeLock" }
#endif /* XKB_MODELOCK */ #endif /* XKB_MODELOCK */
{ N_("Enable window snapping."),
/* default: */ False, OPTION_WMAKER, "WindowSnapping" },
}; };