Next: Maximizing Windows, Previous: Window Stickiness, Up: Windows
Sawfish has a general concept of “ignored” windows; the user does not interact normally with those windows. The concept is actually defined by five different window properties:
ignorednever-focuscycle-skipwindow-list-skiptask-list-skipA monitor application such as “xload” might have all five of these flags set.
Rather than directly manipulating the window properties, it is better to use the following access functions:
Returns true if the window has the
ignoredproperty, false otherwise.
If
window-ignored-pwould return true for window, make it unignored. Otherwise make it ignored.
The remaining flags only have toggle functions implemented right now:
Toggle the appropriate flag on window.
All five of the flags are available through the window menu's “Toggle” entry.