Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link patches page in the README | Devin J. Pohly | 2021-01-19 | 1 | -0/+2 |
| | |||||
* | can run nested in Wayland or X | Devin J. Pohly | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | never ever ever tell anyone to sudo make | Devin J. Pohly | 2021-01-02 | 1 | -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-git | Devin J. Pohly | 2021-01-02 | 1 | -1/+1 |
| | | | | Closes #73. | ||||
* | remove limitation notes (tracked in Issues) | Devin J. Pohly | 2020-12-27 | 1 | -6/+0 |
| | |||||
* | clarify intention of feature suggestions | Devin J. Pohly | 2020-12-27 | 1 | -2/+3 |
| | |||||
* | credit for patch maintenance as well | Devin J. Pohly | 2020-12-25 | 1 | -2/+2 |
| | |||||
* | update README based on contributions | Devin J. Pohly | 2020-12-25 | 1 | -4/+4 |
| | |||||
* | add Discord link | Devin J. Pohly | 2020-12-25 | 1 | -0/+2 |
| | |||||
* | Stivvo deserves a shout-out too! | Devin J. Pohly | 2020-12-25 | 1 | -0/+1 |
| | |||||
* | Merge updates from guidocella | Devin J. Pohly | 2020-12-24 | 1 | -23/+29 |
|\ | | | | | | | | | Thanks so much for helping to keep the project running while life was crazy! | ||||
| * | spacing | Guido Cella | 2020-12-22 | 1 | -0/+1 |
| | | |||||
| * | update README.md | Guido Cella | 2020-12-21 | 1 | -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 readme | Oyren | 2020-12-19 | 1 | -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 = 0 | Stivvo | 2020-12-19 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #53 from Stivvo/fullscreen | Devin J. Pohly | 2020-12-24 | 1 | -1/+0 |
|\ \ | | | | | | | Fullscreen support | ||||
| * | | Readme: achieve fullscreen + allow borderpx = 0 | Stivvo | 2020-10-24 | 1 | -1/+0 |
| | | | |||||
* | | | Same target as dwm sounds like a good goal | Devin J. Pohly | 2020-12-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #49 from guidocella/layer-shell | Devin J. Pohly | 2020-12-24 | 1 | -1/+0 |
|\ \ \ | | |/ | |/| | Layer shell | ||||
| * | | update README | Guido Cella | 2020-08-29 | 1 | -1/+0 |
| |/ | |||||
* / | remove log flags from readme | Oyren | 2020-09-14 | 1 | -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 protocols | Devin J. Pohly | 2020-08-03 | 1 | -1/+0 |
| | |||||
* | change text wrapping | Devin J. Pohly | 2020-07-27 | 1 | -59/+17 |
| | | | | editors are more than capable here | ||||
* | add zero flicker to goals | Devin J. Pohly | 2020-07-27 | 1 | -0/+1 |
| | |||||
* | have selborder, still no urgent support from Wayland | Devin J. Pohly | 2020-07-26 | 1 | -1/+0 |
| | |||||
* | add non-goals list to README | Devin J. Pohly | 2020-07-23 | 1 | -0/+6 |
| | |||||
* | update README to reflect work on XWayland | Devin J. Pohly | 2020-07-21 | 1 | -3/+4 |
| | |||||
* | note wlroots-git requirement | Devin J. Pohly | 2020-06-15 | 1 | -2/+1 |
| | | | | Fixes #9. | ||||
* | Revert to @arp242's suggestion | Devin J. Pohly | 2020-06-07 | 1 | -1/+1 |
| | | | | because directory permissions | ||||
* | 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. |