mirror of
https://github.com/labwc/labwc.git
synced 2025-11-08 13:30:00 -05:00
osd: support full app_id in window switcher (#1309)
Support showing full application identifier or the trimmed variant in window switcher OSD. Regression notice: For anyone using ‘identifier’ in window-switcher field configuration, change it to ‘trimmed_identifier’.
This commit is contained in:
parent
ccd4ab943e
commit
d2d469133f
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