]> git.mdlowis.com Git - proto/labwc.git/commit
osd: update the default window switcher layout
authortokyo4j <hrak1529@gmail.com>
Mon, 31 Mar 2025 03:20:30 +0000 (12:20 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 2 Apr 2025 19:49:38 +0000 (20:49 +0100)
commit44146487b28847769c1664c43db05795e643455c
treeae4158e770059d7b3fb483582e73c65a7238197d
parentfdc8537eee1ce7af3d83f7df0291f43e2675bf65
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.
docs/labwc-config.5.scd
docs/rc.xml.all
src/config/rcxml.c