labwc/src/config
Johan Malm d37e705548 window-rules: support title criteria
Example config:

    <windowRules>
      <windowRule identifier="foot" title="max">
        <action name="Maximize"/>
      </windowRule>
    </windowRules>

Observe that:

- `foot -T foo` starts maximized
- `xterm -T foo` starts normal
2023-05-10 21:21:34 +01:00
..
keybind.c src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
libinput.c rcxml: Make sure a default libinput category always exists 2022-12-22 22:18:27 +00:00
meson.build Complete libinput configuration 2021-10-15 19:11:35 +01:00
mousebind.c src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
rcxml.c window-rules: support title criteria 2023-05-10 21:21:34 +01:00
session.c Enable more compiler warnings 2023-02-01 10:42:22 +01:00