mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-05 07:45:50 +01:00
Added "Hide Others" to the window menu
This commit is contained in:
@@ -681,6 +681,9 @@ WDefaultEntry optionList[] = {
|
||||
{"HideKey", "None", (void*)WKBD_HIDE,
|
||||
NULL, getKeybind, setKeyGrab
|
||||
},
|
||||
{"HideOthersKey", "None", (void*)WKBD_HIDE_OTHERS,
|
||||
NULL, getKeybind, setKeyGrab
|
||||
},
|
||||
{"MoveResizeKey", "None", (void*)WKBD_MOVERESIZE,
|
||||
NULL, getKeybind, setKeyGrab
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user