labwc/include/config
Johan Malm d609c9e3f9 Support window-rules
Two types of window rules are supported, actions and properties. They are
defined as shown below.

    <windowRules>

      <!-- Action -->
      <windowRule identifier="some-application">
        <action name="Maximize"/>
      </windowRule>

      <!-- Property -->
      <windowRule identifier="foo*" serverDecoration="yes|no"/>

    </windowRules>

Rules are applied if windows match the criteria defined by the
'identifier' attribute which relates to app_id for native Wayland windows
and WM_CLASS for XWayland clients.

Matching against patterns with '*' (wildcard) and '?' (joker) is
supported.

Add 'serverDecoration' property.
2023-05-04 22:09:55 +01:00
..
keybind.h src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
libinput.h rcxml: Make sure a default libinput category always exists 2022-12-22 22:18:27 +00:00
mousebind.h src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
rcxml.h Support window-rules 2023-05-04 22:09:55 +01:00
session.h Add command line option -C to specify config directory 2022-04-22 17:00:36 +01:00