mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
wmaker: Add option for window snap to top edge to maximize to full screen.
This is a common behavior in a number of other environments, e.g., Unity and Windows.
This commit is contained in:
committed by
Carlos R. Mafra
parent
42e4069541
commit
9de5a27dbc
@@ -478,6 +478,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.snap_edge_detect, getInt, NULL, NULL, NULL},
|
||||
{"SnapCornerDetect", "10", NULL,
|
||||
&wPreferences.snap_corner_detect, getInt, NULL, NULL, NULL},
|
||||
{"SnapToTopMaximizesFullscreen", "NO", NULL,
|
||||
&wPreferences.snap_to_top_maximizes_fullscreen, getBool, NULL, NULL, NULL},
|
||||
{"DragMaximizedWindow", "Move", seDragMaximizedWindow,
|
||||
&wPreferences.drag_maximized_window, getEnum, NULL, NULL, NULL},
|
||||
{"HighlightActiveApp", "YES", NULL,
|
||||
|
||||
Reference in New Issue
Block a user