While ify's window is active, the user can iconify or de-iconify windows by clicking on them with the right mouse button. To iconify a window, ify shrinks it and buries it in an unoccupied portion of the screen. To de-iconify a window, ify restores the window's size, position, contents and settings. Iconified windows cannot handle input or output; programs doing output to iconified windows will block. If an application has opened several subwindows on the screen, the user may click on any of the windows to iconify the whole group; clicking on any of the iconified windows de-iconfies the whole group.
The middle mouse button displays a pop-up menu listing the currently closed windows; selecting a window from the menu opens it. The menu also contains a quit item, which exits ify, and a remake menu item, which causes ify to re-examine the display for closed windows and update its list.
Ify titles an iconified window with its NOTIFY string, possibly followed by its window id in parenthesis, if it is a subwindow. The NOTIFY string can be set from within C programs using a statement of the form
To find its icon, ify searches MGR's current directory (usually the user's home directory) for a file called .ify.icon, and then searches the standard MGR icon directory for a file called ify.icon. If neither of those files exists, it despairs and downloads its own icon.
If there are no free spots on the screen, ify starts stacking windows going down the left side of the screen.
Some programs push their event strings without establishing a new NOTIFY string, so iconification leaves them untitled.
Ify stores information in a window's NOTIFY string while the window is iconified; if this information is corrupted, ify might not be able to reopen the window. To get around this, select the iconified window and press control-Q.