aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
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.