Updated doc/Configuration_rules with more examples
This commit is contained in:
parent
6c2403c71c
commit
d80f2a8373
1 changed files with 16 additions and 1 deletions
|
@ -104,4 +104,19 @@ working copy from being managed by bug.n.
|
|||
As provided by [NickSeagull](https://github.com/NickSeagull) in
|
||||
[issue #146](https://github.com/fuhsjr00/bug.n/issues/146):
|
||||
|
||||
`Config_rule=*hap*;.*hap*;*hap*;0;0;1;1;1;1;`
|
||||
`Config_rule=*hap*;.*hap*;*hap*;0;0;1;1;1;1;`
|
||||
|
||||
#### Applications written with the Qt5 development framework
|
||||
|
||||
The following rule is corresponding to rule 4 regarding the previous version of
|
||||
the Qt development framework:
|
||||
|
||||
`Config_rule=Qt5QWindowIcon;.*;;1;0;0;0;0;0;`
|
||||
|
||||
#### Applications using the Modern (Windows 10) UI
|
||||
|
||||
With some of the Windows 10 applications also running in the background, it is
|
||||
not practical for all of them to be tiled by bug.n. Those applications, which
|
||||
should be tiled, have to be listed specifically, e.g. Edge:
|
||||
|
||||
`Config_rule=ApplicationFrameWindow;.*Edge;;1;0;0;0;1;0;`
|
||||
|
|
Loading…
Reference in a new issue