aboutsummaryrefslogtreecommitdiff
path: root/tinywl/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-03 10:55:14 -0500
committerDrew DeVault <sir@cmpwn.com>2019-01-03 10:55:14 -0500
commit33d9d9f175c226782f2547bc12b792c638206f9b (patch)
tree1a5995dd299e536ca2f84b03583ad64fa293f32d /tinywl/README.md
parentf0d8b793a8e816afdb46cd47004994e3279beda3 (diff)
Annotate the source
Diffstat (limited to 'tinywl/README.md')
-rw-r--r--tinywl/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/tinywl/README.md b/tinywl/README.md
index 4be9852c..caacc412 100644
--- a/tinywl/README.md
+++ b/tinywl/README.md
@@ -31,3 +31,17 @@ keybindings. TinyWL supports the following keybindings:
- `Alt+Escape`: Terminate the compositor
- `Alt+F1`: Cycle between windows
+
+## Limitations
+
+Notable omissions from TinyWL:
+
+- HiDPI support
+- Any kind of configuration, e.g. output layout
+- Any protocol other than xdg-shell (e.g. layer-shell, for
+ panels/taskbars/etc; or Xwayland, for proxied X11 windows)
+- Optional protocols, e.g. screen capture, primary selection, virtual
+ keyboard, etc. Most of these are plug-and-play with wlroots, but they're
+ omitted for brevity.
+- Damage tracking, which tracks which parts of the screen are changing and
+ minimizes redraws accordingly.