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:
Johan Malm 2023-08-20 20:24:46 +01:00 committed by Johan Malm
parent e5a6c57a6e
commit 206db43786
5 changed files with 14 additions and 6 deletions

View file

@ -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

View file

@ -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>