mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
New option for moving mouse pointer along with half-maximized windows.
This option might be usable for using keyboard for moving windows around. This option will enable moving mouse pointer for such windows.
This commit is contained in:
@@ -486,6 +486,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.move_half_max_between_heads, getBool, NULL, NULL, NULL},
|
||||
{"AlternativeHalfMaximized", "NO", NULL,
|
||||
&wPreferences.alt_half_maximize, getBool, NULL, NULL, NULL},
|
||||
{"PointerWithHalfMaxWindows", "NO", NULL,
|
||||
&wPreferences.pointer_with_half_max_windows, 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