aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-07-21 18:53:38 -0400
committerDevin J. Pohly <djpohly@gmail.com>2020-07-21 18:53:38 -0400
commite10c575bc8d0495a31e2e177196b28bbf7034e80 (patch)
treec596b2e05992bdacd45d370633748005c22cb818
parenta10357fae06dded1818d4b12105680f9a08803fb (diff)
update README to reflect work on XWayland
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c2dda4..a16d12e 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ just as simple.* Intended default features are:
- Wayland protocols needed for daily life in the tiling world: at a minimum,
xdg-shell and layer-shell (for bars/menus). Protocols trivially provided by
wlroots may also be added.
+- XWayland support as provided by wlroots
- Basic yes/no damage tracking to avoid needless redraws (if it can be done
simply and has an impact on power consumption)
@@ -33,8 +34,8 @@ just as simple.* Intended default features are:
Other features under consideration are:
- Additional Wayland compositor protocols which are trivially provided by
- wlroots or can be conditionally included via `config.h` settings: xwayland,
- screen capture, etc.
+ wlroots or can be conditionally included via `config.h` settings (e.g. screen
+ capture)
- External bar support instead of a built-in status bar, to avoid taking a
dependency on FreeType or Pango
- Buffering of input when spawning a client so you don't have to wait for the
@@ -95,6 +96,7 @@ number of ways:
- A window's texture is scaled for its "home" monitor only (noticeable when
window sits across a monitor boundary)
+- XWayland support is new and could use testing
- Urgent/attention/focus-request ([not yet supported](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/9)
by xdg-shell protocol)
- Normal/selected/urgent border colors
@@ -103,7 +105,6 @@ number of ways:
- export-dmabuf
- Damage tracking
- Fullscreen/fixed windows (or whatever the Wayland analogues are)
-- XWayland
## Acknowledgements