]> git.mdlowis.com Git - proto/labwc.git/commit
window-rules: support title criteria
authorJohan Malm <jgm323@gmail.com>
Tue, 9 May 2023 20:20:05 +0000 (21:20 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 10 May 2023 20:21:34 +0000 (21:21 +0100)
commitd37e705548a12309a2074441e227ae238a41d75c
tree78e5001b0f74a3cbcc65094210d011ec8839d543
parent63db731cf46081d3989049cd4eb3cfdfb16a8f0a
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
docs/labwc-config.5.scd
docs/rc.xml.all
include/window-rules.h
src/config/rcxml.c
src/window-rules.c