]> git.mdlowis.com Git - proto/labwc.git/commit
config: support window switcher field definitions
authorJohan Malm <jgm323@gmail.com>
Wed, 19 Apr 2023 13:44:41 +0000 (14:44 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 21 Apr 2023 15:05:48 +0000 (16:05 +0100)
commit0f37c04df0dd8124681b9333a89aab10fa67a8ae
tree684817a506447e17c39c06d4d5b855f4c002aebb
parent36849eb7ef6d6a7a3cbb373a397dc59eee206ce6
config: support window switcher field definitions

<windowSwitcher>
  <fields>
    <field content="type" width="25%" />
    <field content="app_id" width="25%" />
    <field content="title" width="50%" />
  </fields>
</windowSwitcher>

Relates to issues #852 #855 #879
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/rcxml.h
src/config/rcxml.c
src/osd.c