KWin Rules Window Matching/da: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 34: | Line 34: | ||
* <menuchoice>Matcher delstreng</menuchoice> | * <menuchoice>Matcher delstreng</menuchoice> | ||
{{Note| | {{Note/da|Både <menuchoice>Nøjagtigt match</menuchoice> og <menuchoice>Matcher delstreng</menuchoice> giver en matchning, som ikke skelner imellem store og små bogstaver. For eksempel vil ''AB'' matche strengene ''AB'', ''ab'', ''Ab'' og ''aB''.}} | ||
* <menuchoice>Regular Expression</menuchoice> - Qt's regular expressions are implemented - see [http://doc.qt.nokia.com/latest/qregexp.html pattern matching using regular expressions]. | * <menuchoice>Regular Expression</menuchoice> - Qt's regular expressions are implemented - see [http://doc.qt.nokia.com/latest/qregexp.html pattern matching using regular expressions]. |
Revision as of 20:16, 8 March 2012
Vindue-matchning
Fanebladet
bruges tilat angive de kriterier, som KWin bruger til at bestemme, om reglen skal anvendes på et givet vindue.Ingen eller flere af de følgende kan angives (hvis ingen angives, så matches ethvert vindue):
- — medtag matvhning af sekundær klasse..
— matcher klassen
- — begræns matchning til vinduets funktion (fx main window eller chat window)
- — begræns matchning til en vinduestype: Normalt vindue, Dialogvindue osv.
- - begræns matchning til en vinduestitel.
- — begræns matchning til et værtsnavn knyttet til vinduet.
For hvert felt kan følgende operatorer anvendes på feltets værdi:
- %mdash; ignorér feltet.
- pattern matching using regular expressions. - Qt's regular expressions are implemented - see
Detect Window Properties
The
function simplifies the process of entering the matching-criteria.- For the application you'd like to create a rule, start the application.
- Next, in the tab, set the number of seconds of delay before the function starts. The default is zero seconds.
- Click on and
- When the mouse-cursor turns to cross-hairs, place it inside the application window (not the title bar) and left-click.
- A new window is presented with information about the selected window. Select the desired fields:
- Secondary class name - some applications have a secondary class name. This value can be used to restrict windows by this value.
- Window role
- Window type
- Window title
Click the
button to back-fill the criteria.By using a combination of the information, a rule can apply to an entire application (by Class) or a to a specific window Type within the Class - say a Toolbar.