summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-03-02Remove trailing whitespace from READMEDiego Viola
2026-02-21Updated README to clarify branch rolesthanatos
This change effectively reverts DWL to the prior development model, where development of DWL itself happens against the current wlroots release, and changes in anticipation of the next wlroots release are made on a separate branch.
2026-02-21Corrected READMEthanatos
2026-02-21Added Matrix to READMEthanatos
2026-02-09Remove "unmaintained" notice from READMEfauxmight
User @thanatos has offered to take on the lead developer role for dwl.
2025-12-19Update README.mdfauxmight
2025-12-19Note unmaintained status in READMEfauxmight
2025-09-29Update README.mdfauxmight
Document Java nonreparenting WM issue Closes #722
2025-09-29Update README.mdfauxmight
Make "dwl" references in README.md links to dwm main site. Closes #1168
2025-06-18Update README.mdfauxmight
Correct description of default background color
2025-06-09document status outputLeonardo Hernández Hernández
2025-04-24Update README.mdfauxmight
2024-08-19state that the Discord server is community-maintainedLeonardo Hernández Hernández
Previously I regularly checked the server but it has been quite a long time since I was able to do it.
2024-07-21README.md Fix links formatting issue after re-flow text to 80 columnsA Frederick Christensen
2024-07-21Documentation restructuringA Frederick Christensen
Modified documentation to make clear the change in development (main) branch versus releases.
2024-07-15update README.md to mention the main branch now requires wlroots-gitLeonardo Hernández Hernández
Closes: https://codeberg.org/dwl/dwl/issues/646
2024-05-10dwl-patches overhaul - doc changesfauxmight
2024-02-07Update and correct patches/patches-wiki linksA Frederick Christensen
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2024-02-06Fix link to patches websiteBenjamin Chausse
Signed-off-by: Benjamin Chausse <benjamin@chausse.xyz>
2024-01-14acknowledgements refactoringA Frederick Christensen
2024-01-13clarify the code will be kept as small as possibleLeonardo Hernández Hernández
2024-01-11drop SLOC limitLeonardo Hernández Hernández
2024-01-10prefer functionality over philosophyLeonardo Hernández Hernández
2024-01-10add acknowledgment to djpohlyLeonardo Hernández Hernández
2023-12-07Update README.mdfictitiousexistence
2023-11-25Change github links to codeberg links in README.mdSquibid
2023-10-12clarify the dependencies needed by dwlLeonardo Hernández Hernández
Note that previous df131cdb78c6e3e79c3fafa522f0e4f6b43d2ab4 libX11 headers were also required for building (but not for runtime) Also, I want to apologize to the packagers for do not list *all* the required dependencies before.
2023-10-12update README.mdLeonardo Hernández Hernández
these things were changed in the code but not in the readme
2023-08-23prefer IRC over DiscordLeonardo Hernández Hernández
I regularly check the discord server, but it is much more likely that I will be online on IRC, and djpohly does not seem to be active on either.
2022-10-29limit the line length to 79 in the readmeLeonardo Hernández Hernández
2022-10-29mention the polkit dependency when using elogind or systemd-logindLeonardo Hernández Hernández
Bug: https://github.com/djpohly/dwl/issues/138
2022-09-08update link to input-protocolsLeonardo Hernández Hernández
2022-09-05Minor changes to READMEDmitry Zakharchenko
2022-09-03Add direct irc linkDmitry Zakharchenko
Also, move IRC section to the top so that it's more accessible.
2022-08-132200: let's use this wiselyDevin J. Pohly
Looks like [suckless-dev] was right about one thing.
2022-07-14Update README.mdDavid-Valters
2022-06-18Add known dwl tag status bar options to README.mdA Frederick Christensen
2022-03-24implement input-inhibitor protocolLeonardo Hernández Hernández
2022-03-24implement idle-inhibitor protocolLeonardo Hernández Hernández
This allows clients to disable idle monitoring
2022-03-22Merge pull request #137 from guidocella/liberaSevz
update IRC channel
2022-03-18update README.mdLeonardo Hernández Hernández
2022-03-10update URL to wlroots project (GitHub->GitLab)Leonardo Hernandez Hernandez
2021-10-06document status information and <&- in READMEDevin J. Pohly
As mentioned in #158.
2021-08-03update IRC channelGuido Cella
2021-06-30update notes about starting dwlDevin J. Pohly
Includes mention of video/input groups
2021-06-30Merge branch 'xdg-activation' into wlroots-nextDevin J. Pohly
2021-06-03Merge branch 'main' into wlroots-nextDevin J. Pohly
2021-06-03mention `-devel` packagesDevin J. Pohly
It seems like there are people trying dwl who aren't as familiar with how their distros do development, so let's give them a pointer in the right direction.
2021-05-25Merge branch 'main' into wlroots-nextDevin J. Pohly
2021-05-23implement urgency hintDevin J. Pohly