aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
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.
2020-12-19remove log flags from readmeOyren-6/+0
The following commit has removed the logs but they are still in the readme. https://github.com/djpohly/dwl/commit/3b1992ca91b9a468019165c985263f5b1cc78c2c
2020-12-19Readme: achieve fullscreen + allow borderpx = 0Stivvo-1/+0
2020-10-24Readme: achieve fullscreen + allow borderpx = 0Stivvo-1/+0
2020-09-14remove log flags from readmeOyren-6/+0
The following commit has removed the logs but they are still in the readme. https://github.com/djpohly/dwl/commit/3b1992ca91b9a468019165c985263f5b1cc78c2c
2020-08-29update READMEGuido Cella-1/+0
2020-08-03add some more hands-off protocolsDevin J. Pohly-1/+0
2020-07-27change text wrappingDevin J. Pohly-59/+17
editors are more than capable here
2020-07-27add zero flicker to goalsDevin J. Pohly-0/+1
2020-07-26have selborder, still no urgent support from WaylandDevin J. Pohly-1/+0
2020-07-23add non-goals list to READMEDevin J. Pohly-0/+6
2020-07-21update README to reflect work on XWaylandDevin J. Pohly-3/+4
2020-06-15note wlroots-git requirementDevin J. Pohly-2/+1
Fixes #9.
2020-06-07Revert to @arp242's suggestionDevin J. Pohly-1/+1
because directory permissions
2020-06-07Handle missing XDG_RUNTIME_DIR explicitlyDevin J. Pohly-4/+8
Also update the documentation to indicate that this is a Wayland thing and not dwl-specific.
2020-06-07Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij-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.
2020-06-03document -qvd optionsDevin J. Pohly-0/+6
2020-05-09remember export-dmabuf for when it's fixed in wlrDevin J. Pohly-0/+1
2020-04-26update note about textureDevin J. Pohly-2/+2
2020-04-25thoughts for readmeDevin J. Pohly-1/+4
2020-04-25update READMEDevin J. Pohly-2/+5
Sad to see Wayland has no replacement for urgency hint yet.
2020-04-25fix multi-dpi scalingDevin J. Pohly-11/+7
2020-04-24fix typoDevin J. Pohly-1/+1
2020-04-23draw window bordersDevin J. Pohly-1/+1
Works with scaled/rotated displays too!
2020-04-23configure monitor rotation/reflectionDevin J. Pohly-1/+0
2020-04-23resize/move are good nowDevin J. Pohly-1/+0
2020-04-23update readmeDevin J. Pohly-8/+10
2020-04-23update READMEDevin J. Pohly-33/+82
it's time
2020-04-11Start with tinywlDevin J. Pohly-0/+50
Add a config.h into which configurables can be moved.