~ruther/dwl

ref: c1eb2b49cdc7d85fb52c877ce47cd2a677cf3d5c dwl/README.md -rw-r--r-- 5.3 KiB
47984509 — Devin J. Pohly 4 years ago
Revert "Revert "document that we currently follow wlroots-git""

This reverts commit ed8e80d9613599770ed2b11a3bc1d0057c075510.
ed8e80d9 — Devin J. Pohly 4 years ago
Revert "document that we currently follow wlroots-git"

This reverts commit 9677f99dc3d5cb93ee6797609fd358fdfd3b3a3a.
a4c0b914 — Devin J. Pohly 4 years ago
Link patches page in the README
d7601cd4 — Devin J. Pohly 4 years ago
can run nested in Wayland or X
1f97655d — Devin J. Pohly 4 years ago
never ever ever tell anyone to sudo make

I am embarrassed to have let this slip through someone's merge.  Anybody
who genuinely needs to `sudo make` will know it; everyone else should
use a proper package manager and build system.
1ab3dac5 — Devin J. Pohly 4 years ago
Merge pull request #74 from djpohly/document-git

document that we currently follow wlroots-git
9677f99d — Devin J. Pohly 4 years ago
document that we currently follow wlroots-git

Closes #73.
a2a20cca — Devin J. Pohly 4 years ago
remove limitation notes (tracked in Issues)
0090b6be — Devin J. Pohly 4 years ago
clarify intention of feature suggestions
167dc030 — Devin J. Pohly 4 years ago
credit for patch maintenance as well
df610157 — Devin J. Pohly 4 years ago
update README based on contributions
dfc347af — Devin J. Pohly 4 years ago
add Discord link
bac3221a — Devin J. Pohly 4 years ago
Stivvo deserves a shout-out too!
20642753 — Devin J. Pohly 4 years ago
Merge updates from guidocella

Thanks so much for helping to keep the project running while life was
crazy!
c5087d41 — Devin J. Pohly 4 years ago
Merge pull request #53 from Stivvo/fullscreen

Fullscreen support
5f3a7887 — Devin J. Pohly 4 years ago
Same target as dwm sounds like a good goal
62529e25 — Devin J. Pohly 4 years ago
Merge pull request #49 from guidocella/layer-shell

Layer shell
e0f11abd — Devin J. Pohly 4 years ago
Merge pull request #56 from oyren/readme_log

remove log flags from readme
3695ac64 — Guido Cella 4 years ago
spacing
c9964016 — Guido Cella 4 years ago
update README.md

- A maximum SLOC can't be reasonably determined before implementing the
missing protocols, so not any time soon

- dwl definitely isn't a simple as dwm since it must implement lots of
Wayland protocols and not just manage windows. The status bar
integration, layer shell popups, damage tracking and IME are gonna
require hundreds more lines each.

- "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?"
This sounds exoteric, if anything this should be patch.

- Can dwl really be started from within an X session? When I do it from
dwm it crashes.

- A window's texture is scaled for its "home" monitor only (noticeable
when window sits across a monitor boundary)
Gonna open a ticket for this rather than keep it in the README.
Next