Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle missing XDG_RUNTIME_DIR explicitly | Devin J. Pohly | 2020-06-07 | 1 | -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 README | Martin Tournoij | 2020-06-07 | 1 | -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 options | Devin J. Pohly | 2020-06-03 | 1 | -0/+6 | |
| | ||||||
* | remember export-dmabuf for when it's fixed in wlr | Devin J. Pohly | 2020-05-09 | 1 | -0/+1 | |
| | ||||||
* | update note about texture | Devin J. Pohly | 2020-04-26 | 1 | -2/+2 | |
| | ||||||
* | thoughts for readme | Devin J. Pohly | 2020-04-25 | 1 | -1/+4 | |
| | ||||||
* | update README | Devin J. Pohly | 2020-04-25 | 1 | -2/+5 | |
| | | | | Sad to see Wayland has no replacement for urgency hint yet. | |||||
* | fix multi-dpi scaling | Devin J. Pohly | 2020-04-25 | 1 | -11/+7 | |
| | ||||||
* | fix typo | Devin J. Pohly | 2020-04-24 | 1 | -1/+1 | |
| | ||||||
* | draw window borders | Devin J. Pohly | 2020-04-23 | 1 | -1/+1 | |
| | | | | Works with scaled/rotated displays too! | |||||
* | configure monitor rotation/reflection | Devin J. Pohly | 2020-04-23 | 1 | -1/+0 | |
| | ||||||
* | resize/move are good now | Devin J. Pohly | 2020-04-23 | 1 | -1/+0 | |
| | ||||||
* | update readme | Devin J. Pohly | 2020-04-23 | 1 | -8/+10 | |
| | ||||||
* | update README | Devin J. Pohly | 2020-04-23 | 1 | -33/+82 | |
| | | | | it's time | |||||
* | Start with tinywl | Devin J. Pohly | 2020-04-11 | 1 | -0/+50 | |
Add a config.h into which configurables can be moved. |