aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2023-12-07Update README.mdfictitiousexistence-1/+2
2023-11-25Change github links to codeberg links in README.mdSquibid-5/+5
2023-10-11clarify the dependencies needed by dwlLeonardo Hernández Hernández-3/+17
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-11update README.mdLeonardo Hernández Hernández-2/+3
these things were changed in the code but not in the readme
2023-08-23prefer IRC over DiscordLeonardo Hernández Hernández-2/+3
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-25/+92
2022-10-29mention the polkit dependency when using elogind or systemd-logindLeonardo Hernández Hernández-1/+1
Bug: https://github.com/djpohly/dwl/issues/138
2022-09-08update link to input-protocolsLeonardo Hernández Hernández-1/+1
2022-09-05Minor changes to READMEDmitry Zakharchenko-9/+3
2022-09-02Add direct irc linkDmitry Zakharchenko-5/+1
Also, move IRC section to the top so that it's more accessible.
2022-08-122200: let's use this wiselyDevin J. Pohly-1/+1
Looks like [suckless-dev] was right about one thing.
2022-07-13Update README.mdDavid-Valters-1/+3
2022-06-18Add known dwl tag status bar options to README.mdA Frederick Christensen-0/+8
2022-03-24implement input-inhibitor protocolLeonardo Hernández Hernández-1/+1
2022-03-24implement idle-inhibitor protocolLeonardo Hernández Hernández-1/+1
This allows clients to disable idle monitoring
2022-03-22Merge pull request #137 from guidocella/liberaSevz-1/+1
update IRC channel
2022-03-18update README.mdLeonardo Hernández Hernández-5/+4
2022-03-10update URL to wlroots project (GitHub->GitLab)Leonardo Hernandez Hernandez-1/+1
2021-10-06document status information and <&- in READMEDevin J. Pohly-4/+12
As mentioned in #158.
2021-08-03update IRC channelGuido Cella-1/+1
2021-06-30update notes about starting dwlDevin J. Pohly-2/+7
Includes mention of video/input groups
2021-06-30Merge branch 'xdg-activation' into wlroots-nextDevin J. Pohly-2/+2
2021-06-03Merge branch 'main' into wlroots-nextDevin J. Pohly-1/+1
2021-06-03mention `-devel` packagesDevin J. Pohly-1/+1
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-24Merge branch 'main' into wlroots-nextDevin J. Pohly-4/+5
2021-05-22implement urgency hintDevin J. Pohly-1/+1
2021-05-18update READMEDevin J. Pohly-4/+5
2021-04-08Revert "fix README for main branch"Devin J. Pohly-1/+1
This reverts commit 3a72cd924c45d4bc01f4d8477c14fdf2854f2dd0. There is probably an easier way to keep this difference, but hey, this works for me.
2021-04-08fix README for main branchDevin J. Pohly-1/+1
2021-03-01Merge branch 'main' into wlroots-nextDevin J. Pohly-2/+2
2021-03-01clarify a bit about status barsDevin J. Pohly-2/+2
2021-02-16add note about wlroots-next branchDevin J. Pohly-1/+1
2021-02-16Revert "Revert "document that we currently follow wlroots-git""Devin J. Pohly-1/+1
This reverts commit ed8e80d9613599770ed2b11a3bc1d0057c075510.
2021-02-16Revert "document that we currently follow wlroots-git"Devin J. Pohly-1/+1
This reverts commit 9677f99dc3d5cb93ee6797609fd358fdfd3b3a3a.
2021-01-19Link patches page in the READMEDevin J. Pohly-0/+2
2021-01-02can run nested in Wayland or XDevin J. Pohly-1/+1
2021-01-02never ever ever tell anyone to sudo makeDevin J. Pohly-1/+1
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.
2021-01-02document that we currently follow wlroots-gitDevin J. Pohly-1/+1
Closes #73.
2020-12-27remove limitation notes (tracked in Issues)Devin J. Pohly-6/+0
2020-12-27clarify intention of feature suggestionsDevin J. Pohly-2/+3
2020-12-25credit for patch maintenance as wellDevin J. Pohly-2/+2
2020-12-25update README based on contributionsDevin J. Pohly-4/+4
2020-12-25add Discord linkDevin J. Pohly-0/+2
2020-12-25Stivvo deserves a shout-out too!Devin J. Pohly-0/+1
2020-12-24Merge updates from guidocellaDevin J. Pohly-23/+29
Thanks so much for helping to keep the project running while life was crazy!
2020-12-24Merge pull request #53 from Stivvo/fullscreenDevin J. Pohly-1/+0
Fullscreen support
2020-12-24Same target as dwm sounds like a good goalDevin J. Pohly-1/+1
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly-1/+0
Layer shell
2020-12-22spacingGuido Cella-0/+1
2020-12-21update README.mdGuido Cella-30/+25
- 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.