Option to show full app_id in window switcher

It is now possible to specify whether to show full application
identifier or the trimmed variant in window switcher OSD.
This commit is contained in:
kyak 2023-12-23 12:00:01 +03:00
parent 702c7fc68b
commit 5e09b3f85e
5 changed files with 24 additions and 2 deletions

View file

@ -154,6 +154,9 @@ this is for compatibility with Openbox.
- *identifier* Show identifier (app_id for native Wayland
windows and WM_CLASS for XWayland clients)
- *trimmed_identifier* Show trimmed identifier. Trimming removes the first
two nodes of 'org.' strings.
- *title* Show window title if different to app_id
*width* defines the width of the field expressed as a percentage of

View file

@ -52,7 +52,8 @@
<windowSwitcher show="yes" preview="yes" outlines="yes">
<fields>
<field content="type" width="25%" />
<field content="identifier" width="25%" />
<field content="trimmed_identifier" width="25%" />
<!-- <field content="identifier" width="25%" /> -->
<field content="title" width="50%" />
</fields>
</windowSwitcher>