mirror of
https://github.com/labwc/labwc.git
synced 2026-03-27 07:58:31 -04:00
osd: update the default window switcher layout
The default window switcher layout is updated from:
<windowSwitcher>
<fields>
<field content="type" width="25%" />
<field content="trimmed_identifier" width="25%" />
<field content="title" width="50%" />
</fields>
</windowSwitcher>
to:
<windowSwitcher>
<fields>
<field content="icon" width="5%" />
<field content="desktop_entry_name" width="30%" />
<field content="title" width="65%" />
</fields>
</windowSwitcher>
Only desktop entry name and title are shown when libsfdo is not linked.
This commit is contained in:
parent
fdc8537eee
commit
44146487b2
3 changed files with 34 additions and 30 deletions
|
|
@ -269,9 +269,9 @@ this is for compatibility with Openbox.
|
|||
```
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes" allWorkspaces="no">
|
||||
<fields>
|
||||
<field content="type" width="25%"/>
|
||||
<field content="trimmed_identifier" width="25%"/>
|
||||
<field content="title" width="50%"/>
|
||||
<field content="icon" width="5%" />
|
||||
<field content="desktop_entry_name" width="30%" />
|
||||
<field content="title" width="65%" />
|
||||
</fields>
|
||||
</windowSwitcher>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue