diff options
author | Daniel Carl <danielcarl@gmx.de> | 2021-01-25 22:51:40 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2021-01-25 22:51:40 +0100 |
commit | 55fb9cc58a1c8fc675b2df4a10e0f99b264f4a40 (patch) | |
tree | e40af2d7d88063ebc1c4d2a87d21f90981e67459 /doc | |
parent | 1255049e514dadfc151713b5f0b93e00ad5f3db2 (diff) |
Add new env VIMB_WIN_ID to hold the gtk window id.
Fixes #658.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -969,6 +969,9 @@ Contains the title of the current opened page. .B VIMB_PID Contains the pid of the running Vimb instance. .TP +.B VIMB_WIN_ID +Holds the X-Window id of the Vimb window. +.TP .B VIMB_XID Holds the X-Window id of the Vimb window or of the embedding window if Vimb is compiled with XEMBED and started with the -e option. |