aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* update IRC channelGuido Cella2022-03-231-1/+1
|
* update README.mdLeonardo Hernández Hernández2022-03-181-5/+4
|
* update URL to wlroots project (GitHub->GitLab)Leonardo Hernandez Hernandez2022-03-101-1/+1
|
* document status information and <&- in READMEDevin J. Pohly2021-10-061-4/+12
| | | | As mentioned in #158.
* update notes about starting dwlDevin J. Pohly2021-06-301-2/+7
| | | | Includes mention of video/input groups
* Merge branch 'xdg-activation' into wlroots-nextDevin J. Pohly2021-06-301-2/+2
|\
| * implement urgency hintDevin J. Pohly2021-05-221-1/+1
| |
* | Merge branch 'main' into wlroots-nextDevin J. Pohly2021-06-031-1/+1
|\ \
| * | mention `-devel` packagesDevin J. Pohly2021-06-031-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.
* | Merge branch 'main' into wlroots-nextDevin J. Pohly2021-05-241-4/+5
|\|
| * update READMEDevin J. Pohly2021-05-181-4/+5
| |
* | Revert "fix README for main branch"Devin J. Pohly2021-04-081-1/+1
|/ | | | | | | This reverts commit 3a72cd924c45d4bc01f4d8477c14fdf2854f2dd0. There is probably an easier way to keep this difference, but hey, this works for me.
* fix README for main branchDevin J. Pohly2021-04-081-1/+1
|
* Merge branch 'main' into wlroots-nextDevin J. Pohly2021-03-011-2/+2
|\
| * clarify a bit about status barsDevin J. Pohly2021-03-011-2/+2
| |
| * add note about wlroots-next branchDevin J. Pohly2021-02-161-1/+1
| |
* | Revert "Revert "document that we currently follow wlroots-git""Devin J. Pohly2021-02-161-1/+1
|/ | | | This reverts commit ed8e80d9613599770ed2b11a3bc1d0057c075510.
* Revert "document that we currently follow wlroots-git"Devin J. Pohly2021-02-161-1/+1
| | | | This reverts commit 9677f99dc3d5cb93ee6797609fd358fdfd3b3a3a.
* Link patches page in the READMEDevin J. Pohly2021-01-191-0/+2
|
* can run nested in Wayland or XDevin J. Pohly2021-01-021-1/+1
|
* never ever ever tell anyone to sudo makeDevin J. Pohly2021-01-021-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.
* document that we currently follow wlroots-gitDevin J. Pohly2021-01-021-1/+1
| | | | Closes #73.
* remove limitation notes (tracked in Issues)Devin J. Pohly2020-12-271-6/+0
|
* clarify intention of feature suggestionsDevin J. Pohly2020-12-271-2/+3
|
* credit for patch maintenance as wellDevin J. Pohly2020-12-251-2/+2
|
* update README based on contributionsDevin J. Pohly2020-12-251-4/+4
|
* add Discord linkDevin J. Pohly2020-12-251-0/+2
|
* Stivvo deserves a shout-out too!Devin J. Pohly2020-12-251-0/+1
|
* Merge updates from guidocellaDevin J. Pohly2020-12-241-23/+29
|\ | | | | | | | | Thanks so much for helping to keep the project running while life was crazy!
| * spacingGuido Cella2020-12-221-0/+1
| |
| * update README.mdGuido Cella2020-12-211-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.
| * remove log flags from readmeOyren2020-12-191-6/+0
| | | | | | | | | | | | The following commit has removed the logs but they are still in the readme. https://github.com/djpohly/dwl/commit/3b1992ca91b9a468019165c985263f5b1cc78c2c
| * Readme: achieve fullscreen + allow borderpx = 0Stivvo2020-12-191-1/+0
| |
* | Merge pull request #53 from Stivvo/fullscreenDevin J. Pohly2020-12-241-1/+0
|\ \ | | | | | | Fullscreen support
| * | Readme: achieve fullscreen + allow borderpx = 0Stivvo2020-10-241-1/+0
| | |
* | | Same target as dwm sounds like a good goalDevin J. Pohly2020-12-241-1/+1
| | |
* | | Merge pull request #49 from guidocella/layer-shellDevin J. Pohly2020-12-241-1/+0
|\ \ \ | | |/ | |/| Layer shell
| * | update READMEGuido Cella2020-08-291-1/+0
| |/
* / remove log flags from readmeOyren2020-09-141-6/+0
|/ | | | The following commit has removed the logs but they are still in the readme. https://github.com/djpohly/dwl/commit/3b1992ca91b9a468019165c985263f5b1cc78c2c
* add some more hands-off protocolsDevin J. Pohly2020-08-031-1/+0
|
* change text wrappingDevin J. Pohly2020-07-271-59/+17
| | | | editors are more than capable here
* add zero flicker to goalsDevin J. Pohly2020-07-271-0/+1
|
* have selborder, still no urgent support from WaylandDevin J. Pohly2020-07-261-1/+0
|
* add non-goals list to READMEDevin J. Pohly2020-07-231-0/+6
|
* update README to reflect work on XWaylandDevin J. Pohly2020-07-211-3/+4
|
* note wlroots-git requirementDevin J. Pohly2020-06-151-2/+1
| | | | Fixes #9.
* Revert to @arp242's suggestionDevin J. Pohly2020-06-071-1/+1
| | | | because directory permissions
* Handle missing XDG_RUNTIME_DIR explicitlyDevin J. Pohly2020-06-071-4/+8
| | | | | Also update the documentation to indicate that this is a Wayland thing and not dwl-specific.
* Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij2020-06-071-0/+4
| | | | | | | It was just exiting with code 1 for me. The problem turned out to be that you *need* to set XDG_RUNTIME_DIR or it won't work (I think e.g. systemd does that for you, but on Void it's not set by default), so mention that in the README.
* document -qvd optionsDevin J. Pohly2020-06-031-0/+6
|