mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
osd: support app icons in window switcher
Example configuration:
<windowSwitcher>
<fields>
<field content="icon" width="5%" />
<field content="title" width="95%" />
</fields>
</windowSwitcher>
This commit is contained in:
parent
84ba60f453
commit
4ef881bb3e
4 changed files with 26 additions and 9 deletions
|
|
@ -12,6 +12,7 @@ enum window_switcher_field_content {
|
|||
LAB_FIELD_TYPE_SHORT,
|
||||
LAB_FIELD_IDENTIFIER,
|
||||
LAB_FIELD_TRIMMED_IDENTIFIER,
|
||||
LAB_FIELD_ICON,
|
||||
LAB_FIELD_DESKTOP_ENTRY_NAME,
|
||||
LAB_FIELD_TITLE,
|
||||
LAB_FIELD_TITLE_SHORT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue