diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-26 21:37:06 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-26 21:37:06 -0500 |
commit | aef34a5e7e19cdcec8d7303e1861ba3024101acc (patch) | |
tree | 6eb6c77b6b5cf38cebd805eca430b933d70538dc | |
parent | dd50a3ee043f73120099ea0ea674773c7588bc54 (diff) |
update note about texture
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ user-level service manager like s6 or `systemd --user`. dwl is a work in progress, and it has not yet reached its feature goals in a number of ways: -- Portions of a window not on its current "home" monitor are not drawn (e.g. - when window sits across a monitor boundary) +- A window's texture is scaled for its "home" monitor only (noticeable when + window sits across a monitor boundary) - 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 |