Commit graph

15 commits

Author SHA1 Message Date
Daniel Eklöf
560d7464b4
module/foreign-toplevel: initial support
* ‘content’ is a template; the module returns a list of toplevels,
  each one instantiated using the content template.
* Each toplevel has 6 tags:
  - app-id (string)
  - title (string)
  - maximized (bool)
  - minimized (bool)
  - activated (bool)
  - fullscreen (bool)

To show the application name and title of the currently active window,
one can do:

    - foreign-toplevel:
        content:
          map:
            tag: activated
            values:
              false: {empty: {}}
              true: {string: {text: "{app-id}: {title}"}}
2021-08-25 18:46:18 +02:00
Daniel Eklöf
8b6b82f1e5
module/river: add support for river-status v2 (‘urgent’ views) 2021-08-19 19:25:18 +02:00
Daniel Eklöf
f5903112cd
external: wlr-protocols: bump 2021-06-27 10:51:32 +02:00
Daniel Eklöf
7b2d524598
moduel/river: wip: new module; 'tags' status on Wayland compositor 'river' 2020-07-23 19:00:42 +02:00
Daniel Eklöf
a7af3764f0
wlr-protocols: bump 2020-07-07 14:05:51 +02:00
Daniel Eklöf
3fae6c2734
wlr-protocols: bump 2020-04-28 18:56:22 +02:00
Daniel Eklöf
4cdaec00a0
wlr-protocols: bump 2019-12-01 16:25:10 +01:00
Daniel Eklöf
3f663a0e6f
tllist: remove git submodule and local copy under subprojects 2019-12-01 15:50:45 +01:00
Daniel Eklöf
5207b56e94
tllist: move submoodule from 'subprojects' -> 'external' 2019-11-24 15:12:04 +01:00
Daniel Eklöf
4a50c54a41
wlr-protocols: bump 2019-08-29 19:37:49 +02:00
Daniel Eklöf
c1d32af58e meson: use a local copy of wlr-layer-shell-unstable-v1.xml
When downloading a copy of the f00bar repository (for example, a
released version), submodules are not included.

Thus, to enable building from such source trees, use a local copy
instead.

Note: we still keep the submodule, for easy updating.
2019-05-07 20:42:19 +02:00
Daniel Eklöf
d1c958aae0 wlr-protocols: bump 2019-04-25 19:26:53 +02:00
Daniel Eklöf
67e12e8d1e bump wlr-protocols 2019-03-06 20:17:03 +01:00
Daniel Eklöf
1e466a24ba Pull in wlr-protocols instead of wlroots
We're not interested in anything in wlroots, except the wlr protocols.
2019-02-12 20:00:35 +01:00
Daniel Eklöf
578c76326d cmake: pull in wlr-layer-shell-unstable-v1 from wlroots git submodule 2019-02-03 19:12:58 +01:00