mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
config: s/app_id/identifier/ for window-switcher field
...to be consistent with window rules. The use of 'app_id' for window-switcher fields is hereby deprecated.
This commit is contained in:
parent
e5a6c57a6e
commit
206db43786
5 changed files with 14 additions and 6 deletions
|
|
@ -143,7 +143,8 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
|
||||
- *type* Show view type ("xdg-shell" or "xwayland")
|
||||
|
||||
- *app_id* Show app_id (class for XWayland)
|
||||
- *identifier* Show identifier (app_id for native Wayland
|
||||
windows and WM_CLASS for XWayland clients)
|
||||
|
||||
- *title* Show window title if different to app_id
|
||||
|
||||
|
|
|
|||
|
|
@ -39,10 +39,14 @@
|
|||
</font>
|
||||
</theme>
|
||||
|
||||
<!--
|
||||
Just as for window-rules, 'identifier' relates to app_id for native Wayland
|
||||
windows and WM_CLASS for XWayland clients.
|
||||
-->
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes">
|
||||
<fields>
|
||||
<field content="type" width="25%" />
|
||||
<field content="app_id" width="25%" />
|
||||
<field content="identifier" width="25%" />
|
||||
<field content="title" width="50%" />
|
||||
</fields>
|
||||
</windowSwitcher>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue