dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit e10c575bc8d0495a31e2e177196b28bbf7034e80
parent a10357fae06dded1818d4b12105680f9a08803fb
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Tue, 21 Jul 2020 18:53:38 -0400

update README to reflect work on XWayland

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 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