mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
Added option for ability to move half-maximized between heads.
Added new option to Window Maker preferences to enable half-maximized windows movement on all available heads. Option can be found in WPrefs app on Expert section.
This commit is contained in:
@@ -482,6 +482,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.snap_to_top_maximizes_fullscreen, getBool, NULL, NULL, NULL},
|
||||
{"DragMaximizedWindow", "Move", seDragMaximizedWindow,
|
||||
&wPreferences.drag_maximized_window, getEnum, NULL, NULL, NULL},
|
||||
{"MoveHalfMaximizedWindowsBetweenScreens", "NO", NULL,
|
||||
&wPreferences.move_half_max_between_heads, 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