Revert "Option to show full app_id in window switcher"

This reverts commit 7906b98a3c.
This commit is contained in:
kyak 2023-12-23 11:34:27 +03:00
parent 7906b98a3c
commit 702c7fc68b
5 changed files with 3 additions and 14 deletions

View file

@ -134,7 +134,7 @@ this is for compatibility with Openbox.
## WINDOW SWITCHER
*<windowSwitcher show="" preview="" outlines="" full_app_id="">*
*<windowSwitcher show="" preview="" outlines="">*
*show* [yes|no] Draw the OnScreenDisplay when switching between
windows. Default is yes.
@ -144,10 +144,6 @@ this is for compatibility with Openbox.
*outlines* [yes|no] Draw an outline around the selected window when
switching between windows. Default is yes.
*full_app_id* [yes|no] Display full application identifier instead of trimmed
variant. Trimming removes the first two nodes of 'org.' strings. Default is
no.
*<windowSwitcher><fields><field content="" width="%">*
Define window switcher fields.

View file

@ -49,7 +49,7 @@
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" full_app_id="no">
<windowSwitcher show="yes" preview="yes" outlines="yes">
<fields>
<field content="type" width="25%" />
<field content="identifier" width="25%" />