Commit graph

46 commits

Author SHA1 Message Date
Devin J. Pohly
4798450944 Revert "Revert "document that we currently follow wlroots-git""
This reverts commit ed8e80d961.
2021-02-16 13:13:47 -06:00
Devin J. Pohly
ed8e80d961 Revert "document that we currently follow wlroots-git"
This reverts commit 9677f99dc3.
2021-02-16 13:11:30 -06:00
Devin J. Pohly
a4c0b914f0
Link patches page in the README 2021-01-19 02:44:00 -06:00
Devin J. Pohly
d7601cd48a can run nested in Wayland or X 2021-01-02 20:02:44 -05:00
Devin J. Pohly
1f97655d5b never ever ever tell anyone to sudo make
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.
2021-01-02 19:58:46 -05:00
Devin J. Pohly
9677f99dc3 document that we currently follow wlroots-git
Closes #73.
2021-01-02 19:56:40 -05:00
Devin J. Pohly
a2a20cca42 remove limitation notes (tracked in Issues) 2020-12-27 17:15:34 -05:00
Devin J. Pohly
0090b6bed6 clarify intention of feature suggestions 2020-12-27 17:15:21 -05:00
Devin J. Pohly
167dc03004 credit for patch maintenance as well 2020-12-25 16:04:07 -05:00
Devin J. Pohly
df610157e5 update README based on contributions 2020-12-25 15:51:12 -05:00
Devin J. Pohly
dfc347af2f add Discord link 2020-12-25 12:26:21 -05:00
Devin J. Pohly
bac3221a03 Stivvo deserves a shout-out too! 2020-12-25 00:37:26 -05:00
Devin J. Pohly
206427537a Merge updates from guidocella
Thanks so much for helping to keep the project running while life was
crazy!
2020-12-24 21:56:41 -05:00
Devin J. Pohly
c5087d413f
Merge pull request #53 from Stivvo/fullscreen
Fullscreen support
2020-12-24 21:35:57 -05:00
Devin J. Pohly
5f3a7887f3 Same target as dwm sounds like a good goal 2020-12-24 20:28:08 -05:00
Devin J. Pohly
62529e251d
Merge pull request #49 from guidocella/layer-shell
Layer shell
2020-12-24 20:24:14 -05:00
Guido Cella
3695ac643f spacing 2020-12-22 09:13:18 +01:00
Guido Cella
c9964016b8 update README.md
- 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-21 10:28:04 +01:00
Oyren
bfbfe9f2b2 remove log flags from readme
The following commit has removed the logs but they are still in the
readme.
3b1992ca91
2020-12-19 18:36:29 +01:00
Stivvo
14ce016213 Readme: achieve fullscreen + allow borderpx = 0 2020-12-19 18:06:38 +01:00
Stivvo
fcc869ed84 Readme: achieve fullscreen + allow borderpx = 0 2020-10-24 16:51:22 +02:00
Oyren
a2e5c25e26
remove log flags from readme
The following commit has removed the logs but they are still in the readme.
3b1992ca91
2020-09-14 20:45:39 +02:00
Guido Cella
d74d404026 update README 2020-08-29 08:47:28 +02:00
Devin J. Pohly
d89cf6b720 add some more hands-off protocols 2020-08-03 11:20:12 -05:00
Devin J. Pohly
9a7b7dd6c6 change text wrapping
editors are more than capable here
2020-07-27 20:35:08 -04:00
Devin J. Pohly
54e2ef8469 add zero flicker to goals 2020-07-27 20:33:49 -04:00
Devin J. Pohly
a0bb84b204 have selborder, still no urgent support from Wayland 2020-07-26 22:37:47 -04:00
Devin J. Pohly
2254298088 add non-goals list to README 2020-07-23 16:51:26 -04:00
Devin J. Pohly
e10c575bc8 update README to reflect work on XWayland 2020-07-21 18:53:38 -04:00
Devin J. Pohly
e629feabaf note wlroots-git requirement
Fixes #9.
2020-06-15 09:24:25 -05:00
Devin J. Pohly
df10c475ad Revert to @arp242's suggestion
because directory permissions
2020-06-07 12:07:50 -05:00
Devin J. Pohly
14063d58bb Handle missing XDG_RUNTIME_DIR explicitly
Also update the documentation to indicate that this is a Wayland thing
and not dwl-specific.
2020-06-07 11:43:48 -05:00
Martin Tournoij
da5b4d965d
Add startup errors, mention XDG_RUNTIME_DIR in README
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-07 14:51:02 +08:00
Devin J. Pohly
78187f5e65 document -qvd options 2020-06-03 15:05:12 -05:00
Devin J. Pohly
abab2ed92a remember export-dmabuf for when it's fixed in wlr 2020-05-09 23:07:32 -05:00
Devin J. Pohly
aef34a5e7e update note about texture 2020-04-26 21:37:06 -05:00
Devin J. Pohly
7f95c7736e thoughts for readme 2020-04-25 23:53:24 -05:00
Devin J. Pohly
a71f7f2957 update README
Sad to see Wayland has no replacement for urgency hint yet.
2020-04-25 19:32:47 -05:00
Devin J. Pohly
6cad698517 fix multi-dpi scaling 2020-04-25 01:18:28 -05:00
Devin J. Pohly
b35c0f796e fix typo 2020-04-24 07:51:13 -05:00
Devin J. Pohly
60f2c0b7de draw window borders
Works with scaled/rotated displays too!
2020-04-23 23:55:29 -05:00
Devin J. Pohly
ee2b3af1ca configure monitor rotation/reflection 2020-04-23 23:44:54 -05:00
Devin J. Pohly
47bbdc6034 resize/move are good now 2020-04-23 23:44:54 -05:00
Devin J. Pohly
eafd317eec update readme 2020-04-23 23:44:54 -05:00
Devin J. Pohly
b7a21478d6 update README
it's time
2020-04-23 23:16:56 -05:00
Devin J. Pohly
94d82bf42f Start with tinywl
Add a config.h into which configurables can be moved.
2020-04-11 17:27:19 -05:00