diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-25 23:53:24 -0500 |
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-25 23:53:24 -0500 |
| commit | 7f95c7736e2addaf8271f64782e847a4a11cbc94 (patch) | |
| tree | 33ff3268e8b2b99ba2bca02d6afa8e6122aedc0c | |
| parent | update README (diff) | |
| download | dwl-7f95c7736e2addaf8271f64782e847a4a11cbc94.tar.gz dwl-7f95c7736e2addaf8271f64782e847a4a11cbc94.tar.bz2 dwl-7f95c7736e2addaf8271f64782e847a4a11cbc94.tar.xz dwl-7f95c7736e2addaf8271f64782e847a4a11cbc94.tar.zst dwl-7f95c7736e2addaf8271f64782e847a4a11cbc94.zip | |
thoughts for readme
Diffstat (limited to '')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,9 +34,12 @@ 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, - xdg-portal, etc. + screen capture, etc. - 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 + window (use `wl_client_get_credentials` to get the PID) - would this require + passing through something like dmenu? Extension protocol? - More in-depth damage region tracking |
