-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Historically, window style matching relied on fvwm matching a windows name or resource or class, etc., in a hard-coded order, with very little means of being able to specify those properties. With this change, it's now possible to specify the following attributes a window should match against, either individually or in combination: - Resource - Class - Name - Icon - WindowID For example: Style (Name foo, Class XTerm) Sticky Would only make the window sticky if its name matched "foo", and its class is "XTerm". Existing style lines such as: Style foo Sticky Still work as expected. In addition, this change also removes the "PrintInfo style" command as it is no longer useful with this change to styles.
- Loading branch information
1 parent
04e71bc
commit d2c7d52
Showing
6 changed files
with
578 additions
and
311 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.