-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend FvwmIconMan Resolution configuration.
Expands the FvwmIconMan Resolution typedef to be a strut that can store desk and page numbers. Then modifies the Resolution configuration to be a list of filters to limit what windows are shown. There are three base filters, plus their negation, and an invert filter for a total of 7. *FvwmIconMan: Resolution [!]desk [n] *FvwmIconMan: Resolution [!]page [x] [y] *FvwmIconMan: Resolution [!]screen [S] *FvwmIconMan: Resolution invert These filters will either show (or not show) windows on the stated desk, page, or screen. If no parameters are provided the current desk, or page are used. Multiple filters can be given to control which desk, page, and screen are shown. The invert filter inverts the whole filter. For example. *FvwmIconMan: Resolution screen p desk 1 !page 0 2 Shows all windows on the primary monitor, on desk 1, and not on page 0 2. BREAKING: Due to resolutions now being filters, the 'page' resolution no longer works the same. The page resolution by itself will show all windows on that page on all desks. To get the old behavior (new default) you need to use both the desk and page filter, 'desk page'. Similar the old '!page' resolution is achieved with 'invert desk page'. Fixes #455
- Loading branch information
1 parent
1fe936a
commit ea732ff
Showing
6 changed files
with
217 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.