aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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 "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
|
* remember export-dmabuf for when it's fixed in wlrDevin J. Pohly2020-05-091-0/+1
|
* update note about textureDevin J. Pohly2020-04-261-2/+2
|
* thoughts for readmeDevin J. Pohly2020-04-251-1/+4
|
* update READMEDevin J. Pohly2020-04-251-2/+5
| | | | Sad to see Wayland has no replacement for urgency hint yet.
* fix multi-dpi scalingDevin J. Pohly2020-04-251-11/+7
|
* fix typoDevin J. Pohly2020-04-241-1/+1
|
* draw window bordersDevin J. Pohly2020-04-231-1/+1
| | | | Works with scaled/rotated displays too!
* configure monitor rotation/reflectionDevin J. Pohly2020-04-231-1/+0
|
* resize/move are good nowDevin J. Pohly2020-04-231-1/+0
|
* update readmeDevin J. Pohly2020-04-231-8/+10
|
* update READMEDevin J. Pohly2020-04-231-33/+82
| | | | it's time
* Start with tinywlDevin J. Pohly2020-04-111-0/+50
Add a config.h into which configurables can be moved.