7085057f6d
update README.md
...
these things were changed in the code but not in the readme
2023-10-11 19:59:58 -06:00
c1d8b77f7f
prefer IRC over Discord
...
I regularly check the discord server, but it is much more likely that I will be
online on IRC, and djpohly does not seem to be active on either.
2023-08-23 00:32:15 -06:00
f494891a9a
limit the line length to 79 in the readme
2022-10-29 14:47:24 -05:00
fd2c47cb70
mention the polkit dependency when using elogind or systemd-logind
...
Bug: https://github.com/djpohly/dwl/issues/138
2022-10-29 14:09:38 -05:00
ae42e4390b
update link to input-protocols
2022-09-08 00:25:26 -05:00
a94d089c40
Minor changes to README
2022-09-05 16:15:54 -05:00
e91f71e8d6
Add direct irc link
...
Also, move IRC section to the top so that it's more accessible.
2022-09-02 20:14:18 -05:00
3431ac165d
2200: let's use this wisely
...
Looks like [suckless-dev] was right about one thing.
2022-08-12 23:21:00 -05:00
af12e777f2
Update README.md
2022-07-13 20:19:43 -05:00
553ba5b7c8
Add known dwl tag status bar options to README.md
2022-06-18 03:04:00 -05:00
a95338ca43
implement input-inhibitor protocol
2022-03-24 11:41:24 -06:00
ae614ee512
implement idle-inhibitor protocol
...
This allows clients to disable idle monitoring
2022-03-24 11:35:19 -06:00
6aed9dc1ac
Merge pull request #137 from guidocella/libera
...
update IRC channel
2022-03-22 17:49:06 -06:00
e4bf83e26d
update README.md
2022-03-18 01:43:30 -06:00
3e6d584de1
update URL to wlroots project (GitHub->GitLab)
2022-03-10 10:23:00 -06:00
2d9740c2fc
document status information and <&- in README
...
As mentioned in #158 .
2021-10-06 13:00:54 -05:00
8aa50dfdf1
update IRC channel
2021-08-03 06:29:26 +02:00
3b05eadeaf
update notes about starting dwl
...
Includes mention of video/input groups
2021-06-30 14:46:20 -05:00
f9f3f3432b
Merge branch 'xdg-activation' into wlroots-next
2021-06-30 14:09:02 -05:00
34521ea43b
Merge branch 'main' into wlroots-next
2021-06-03 01:43:49 -05:00
c6f96d5391
mention -devel packages
...
It seems like there are people trying dwl who aren't as familiar with
how their distros do development, so let's give them a pointer in the
right direction.
2021-06-03 01:41:10 -05:00
5dfd7cf180
Merge branch 'main' into wlroots-next
2021-05-24 21:56:05 -05:00
d8cf65c74f
implement urgency hint
2021-05-22 21:21:53 -05:00
1b139a860d
update README
2021-05-18 11:33:12 -05:00
84b26ef1ba
Revert "fix README for main branch"
...
This reverts commit 3a72cd924c .
There is probably an easier way to keep this difference, but hey, this
works for me.
2021-04-08 07:12:50 -05:00
3a72cd924c
fix README for main branch
2021-04-08 07:11:13 -05:00
b063dd89c3
Merge branch 'main' into wlroots-next
2021-03-01 11:26:16 -06:00
fd498e1910
clarify a bit about status bars
2021-03-01 11:25:28 -06:00
9f90011ea2
add note about wlroots-next branch
2021-02-16 13:20:42 -06:00
4798450944
Revert "Revert "document that we currently follow wlroots-git""
...
This reverts commit ed8e80d961 .
2021-02-16 13:13:47 -06:00
ed8e80d961
Revert "document that we currently follow wlroots-git"
...
This reverts commit 9677f99dc3 .
2021-02-16 13:11:30 -06:00
a4c0b914f0
Link patches page in the README
2021-01-19 02:44:00 -06:00
d7601cd48a
can run nested in Wayland or X
2021-01-02 20:02:44 -05:00
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
9677f99dc3
document that we currently follow wlroots-git
...
Closes #73 .
2021-01-02 19:56:40 -05:00
a2a20cca42
remove limitation notes (tracked in Issues)
2020-12-27 17:15:34 -05:00
0090b6bed6
clarify intention of feature suggestions
2020-12-27 17:15:21 -05:00
167dc03004
credit for patch maintenance as well
2020-12-25 16:04:07 -05:00
df610157e5
update README based on contributions
2020-12-25 15:51:12 -05:00
dfc347af2f
add Discord link
2020-12-25 12:26:21 -05:00
bac3221a03
Stivvo deserves a shout-out too!
2020-12-25 00:37:26 -05:00
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
c5087d413f
Merge pull request #53 from Stivvo/fullscreen
...
Fullscreen support
2020-12-24 21:35:57 -05:00
5f3a7887f3
Same target as dwm sounds like a good goal
2020-12-24 20:28:08 -05:00
62529e251d
Merge pull request #49 from guidocella/layer-shell
...
Layer shell
2020-12-24 20:24:14 -05:00
3695ac643f
spacing
2020-12-22 09:13:18 +01:00
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
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
14ce016213
Readme: achieve fullscreen + allow borderpx = 0
2020-12-19 18:06:38 +01:00
fcc869ed84
Readme: achieve fullscreen + allow borderpx = 0
2020-10-24 16:51:22 +02:00