mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
added new maximize positions, top and bottom
these new positions are equal to left and right, but they are at top and bottom half of screen
This commit is contained in:
committed by
Carlos R. Mafra
parent
e20f45ef3c
commit
d025625df0
@@ -605,6 +605,10 @@ WDefaultEntry optionList[] = {
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"RHMaximizeKey", "None", (void*)WKBD_RHMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"THMaximizeKey", "None", (void*)WKBD_THMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"BHMaximizeKey", "None", (void*)WKBD_BHMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"MaximusKey", "None", (void*)WKBD_MAXIMUS,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"RaiseKey", "\"Meta+Up\"", (void *)WKBD_RAISE,
|
||||
|
||||
Reference in New Issue
Block a user