KWin Rules Window Matching/uk: Difference between revisions
(Created page with "За допомогою вкладки <menuchoice>Відповідність вікон</menuchoice> можна вказати критерії, за якими '''KWin''' в...") |
(Created page with "Можна не вказувати жодного критерію (відповідність будь-якому вікну) або вказати декілька з нав...") |
||
Line 11: | Line 11: | ||
За допомогою вкладки <menuchoice>Відповідність вікон</menuchoice> можна вказати критерії, за якими '''KWin''' визначатиме, чи слід застосовувати певне правило до певного вікна. | За допомогою вкладки <menuchoice>Відповідність вікон</menuchoice> можна вказати критерії, за якими '''KWin''' визначатиме, чи слід застосовувати певне правило до певного вікна. | ||
Можна не вказувати жодного критерію (відповідність будь-якому вікну) або вказати декілька з наведених нижче варіантів: | |||
* <menuchoice>Window class (application)</menuchoice> - match the class. | * <menuchoice>Window class (application)</menuchoice> - match the class. |
Revision as of 12:47, 17 July 2013
Відповідність вікон
За допомогою вкладки
можна вказати критерії, за якими KWin визначатиме, чи слід застосовувати певне правило до певного вікна.Можна не вказувати жодного критерію (відповідність будь-якому вікну) або вказати декілька з наведених нижче варіантів:
- - include matching the secondary class.
- match the class.
- - restrict the match to the function of the window (e.g. a main window, a chat window, etc.)
- - restrict the match to the type of window: Normal Window, Dialog Window, etc.
- - restrict the match to the title of the window.
- - restrict the match to the host name associated with the window.
Tip
While it's possible to manually enter the above information, the preferred method is to use the
button.
For each field, the following operators can be applied against the field value:
- - ignore the field.
Note
Both
and implement case insensitive matching. For example, AB matches the string AB, ab, Ab and aB.
- 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.