kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=b21e0cd093052e391b48d3c39fd48b8ccf5f3e9c
commit b21e0cd093052e391b48d3c39fd48b8ccf5f3e9c Author: Pierre Neyron <[email protected]> Date: Mon Jun 8 12:06:30 2020 +0200 Document the "absolute" parameter for the toggle_* window operations --- src/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc.c b/src/ipc.c index 5c7bcfed..18020382 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -1615,7 +1615,7 @@ static const IpcItem IPCArray[] = { " win_op <windowid> <move/size> <x> <y> or <kbd/ptr>\n" " (you can use ? and ?? to retreive client and frame locations)\n" " win_op <windowid> <mr/sr> <x> <y> (incremental move/size)\n" - " win_op <windowid> toggle_<width/height/size> <conservative/available/xinerama>\n" + " win_op <windowid> toggle_<width/height/size> <absolute/conservative/available/xinerama>\n" " win_op <windowid> toggle_size <half_[N|S|E|W]>\n" " win_op <windowid> <fullscreen/zoom>\n" " win_op <windowid> layer <0-100,4=normal>\n" --
