mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Left Half / Right Half Maximize
This adds Left Half / Right Half Maximize capability to WindowMaker. It allows you to maximize a window to only the left or right half of your screen. It is useful on widescreen displays where one might to bring up two different windows side-by-side.
This commit is contained in:
committed by
Carlos R. Mafra
parent
328251c68a
commit
6924454836
@@ -579,6 +579,10 @@ WDefaultEntry optionList[] = {
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"HMaximizeKey", "None", (void *)WKBD_HMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"LHMaximizeKey", "None", (void*)WKBD_LHMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"RHMaximizeKey", "None", (void*)WKBD_RHMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"RaiseKey", "\"Meta+Up\"", (void *)WKBD_RAISE,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"LowerKey", "\"Meta+Down\"", (void *)WKBD_LOWER,
|
||||
|
||||
Reference in New Issue
Block a user