]> git.mdlowis.com Git - proto/labwc.git/commit
osd: add window-switcher field content types (#1623)
authordroc12345 <80716141+droc12345@users.noreply.github.com>
Sat, 16 Mar 2024 15:28:37 +0000 (10:28 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 15:28:37 +0000 (15:28 +0000)
commitb0c2ac1a6d01a1e954a9eb64c1f6fe2a7c61e840
treeb50446c46f32fcdaf0c04a47308cf9ce8eea2515
parent901240b321a2d17f60c6f9f376c6a33791c1404c
osd: add window-switcher field content types (#1623)

...`workspace`, `state`, `type_short` and `output`.

Example usage:

    <windowSwitcher allWorkspaces="yes">
      <fields>
        <field content="workspace" width="5%" />
        <field content="state" width="3%" />
        <field content="type_short" width="3%" />
        <field content="output" width="9%" />
        <field content="identifier" width="30%" />
        <field content="title" width="50%" />
      </fields>
    </windowSwitcher>
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/rcxml.h
src/config/rcxml.c
src/osd.c