labwc/src
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
..
common Support window-rules 2023-05-04 22:09:55 +01:00
config Support window-rules 2023-05-04 22:09:55 +01:00
decorations Decorations: handle results of kde-server-decoration negotiations 2023-03-25 07:24:40 +00:00
menu action: support SendToDesktop 'follow' option 2023-03-26 19:52:50 +02:00
ssd ssd: Fix segfault when disabling output with fullscreen view 2023-02-15 03:09:21 -05:00
xbm Enable more compiler warnings 2023-02-01 10:42:22 +01:00
action.c action: add Maximize 2023-05-04 22:09:55 +01:00
buffer.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
cursor.c src/cursor.c: handle pointer constraint position hint 2023-04-13 06:01:42 +02:00
debug.c Enable more compiler warnings 2023-02-01 10:42:22 +01:00
desktop.c xwayland: validate PID before activating unmanaged surface 2023-04-21 15:59:36 +01:00
dnd.c cursor: Restore drag icon after the move to scene-graph 2022-10-17 21:22:12 +01:00
foreign.c view: Add view_move_to_front/back(). 2023-04-01 22:50:01 +02:00
interactive.c Prevent rare crash due to layering move / resize / menu operations 2023-03-07 22:23:46 +00:00
key-state.c Enable more compiler warnings 2023-02-01 10:42:22 +01:00
keyboard.c Support ext-session-lock protocol 2023-04-02 23:09:38 +01:00
layers.c layer: improve keyboard-interactivity 2023-01-29 14:31:49 +00:00
main.c menu: Add generic menu_init() entry point 2022-12-06 21:08:43 +00:00
meson.build Support window-rules 2023-05-04 22:09:55 +01:00
node.c common: Add znew/znew_n() macros 2022-09-18 15:25:19 -04:00
osd.c osd: set field width to ellipsize 2023-04-24 04:25:52 +02:00
output.c src/output.c: fix adaptive sync 2023-04-30 15:12:10 +01:00
regions.c Prevent cursor based region-snapping when starting a move with A-Left 2023-03-07 20:55:35 +00:00
resistance.c output: Add output_is_usable() helper 2023-02-17 06:59:39 -05:00
seat.c layer: improve keyboard-interactivity 2023-01-29 14:31:49 +00:00
server.c Ignore SIGPIPE 2023-04-27 18:21:24 +01:00
session-lock.c Support ext-session-lock protocol 2023-04-02 23:09:38 +01:00
theme.c Add common/match.c with match_glob() from theme.c 2023-05-04 22:09:55 +01:00
touch.c Chase wlroots: wlr_scene is now a tree node 2022-06-07 07:13:37 +01:00
view-impl-common.c Support window-rules 2023-05-04 22:09:55 +01:00
view.c Support window-rules 2023-05-04 22:09:55 +01:00
window-rules.c Support window-rules 2023-05-04 22:09:55 +01:00
workspaces.c src/workspaces.c: update cursor focus 2023-03-05 21:07:58 +00:00
xdg-popup.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
xdg.c Support window-rules 2023-05-04 22:09:55 +01:00
xwayland-unmanaged.c xwayland: validate PID before activating unmanaged surface 2023-04-21 15:59:36 +01:00
xwayland.c Support window-rules 2023-05-04 22:09:55 +01:00