diff options
author | Squibid <me@zacharyscheiman.com> | 2025-04-26 21:00:48 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-04-26 21:00:48 -0500 |
commit | e6cdb75e55260b0bb089be024aca436210ad87f8 (patch) | |
tree | d4ee6f1867abd55af8f2bede4987907ce8aac5b6 | |
parent | ca790394a9c1233af0d1d5820a9bf8e6641f400f (diff) | |
parent | faa56cc9b9718e1b195a02682836fe040963eb7d (diff) | |
download | dwl-e6cdb75e55260b0bb089be024aca436210ad87f8.tar.gz dwl-e6cdb75e55260b0bb089be024aca436210ad87f8.tar.bz2 dwl-e6cdb75e55260b0bb089be024aca436210ad87f8.zip |
Merge branch 'main' into customcustom
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -22,10 +22,11 @@ philosophy. Like dwm, dwl is: ## Getting Started: ### Latest semi-stable [release] -This is probably where you want to start. This builds against the dependent -packages' versions currently shipping in major distributions. If your -distribution's wlroots version is older, use an earlier dwl [release] or [0.x -branch]. +This is probably where you want to start. This builds against the [wlroots] +versions currently shipping in major distributions. If your +distribution's `wlroots` version is older, use an earlier dwl [release]. +The `wlroots` version against which a given `dwl` release builds is specified +with each release on the [release] page ### Development branch [main] Active development progresses on the `main` branch. The `main` branch is built @@ -188,6 +189,7 @@ inspiration, and to the various contributors to the project, including: - Stivvo for output management and fullscreen support, and patch maintenance +[wlroots]: https://gitlab.freedesktop.org/wlroots [`systemd --user`]: https://wiki.archlinux.org/title/Systemd/User [#dwl on Libera Chat]: https://web.libera.chat/?channels=#dwl [0.7-rc1]: https://codeberg.org/dwl/dwl/releases/tag/v0.7-rc1 |