mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +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:
@@ -484,6 +484,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.drag_maximized_window, getEnum, NULL, NULL, NULL},
|
||||
{"MoveHalfMaximizedWindowsBetweenScreens", "NO", NULL,
|
||||
&wPreferences.move_half_max_between_heads, getBool, NULL, NULL, NULL},
|
||||
{"AlternativeHalfMaximized", "NO", NULL,
|
||||
&wPreferences.alt_half_maximize, getBool, NULL, NULL, NULL},
|
||||
{"HighlightActiveApp", "YES", NULL,
|
||||
&wPreferences.highlight_active_app, getBool, NULL, NULL, NULL},
|
||||
{"AutoArrangeIcons", "NO", NULL,
|
||||
|
||||
Reference in New Issue
Block a user