mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
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:
parent
702c7fc68b
commit
5e09b3f85e
5 changed files with 24 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ enum window_switcher_field_content {
|
|||
LAB_FIELD_NONE = 0,
|
||||
LAB_FIELD_TYPE,
|
||||
LAB_FIELD_IDENTIFIER,
|
||||
LAB_FIELD_TRIMMED_IDENTIFIER,
|
||||
LAB_FIELD_TITLE,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue