summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-09-04 19:13:45 -0500
committerzachir <zachir@librem.one>2022-09-04 19:13:45 -0500
commitd24d9e013ba7b999033792c7e0ec46b23a505fc4 (patch)
tree51b08f1c112beb8781156ebb0363cb621ed66b44 /README.md
parent3946a44baffcf7b23951f46d25c2f5b7ec54c5a7 (diff)
parente91f71e8d6b6b29da69ec0cd8ad8f7dec2878df3 (diff)
Merge branch 'main' of https://github.com/djpohly/dwl into testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 887bf29..6b12ab0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# dwl - dwm for Wayland
-Join us on our [Discord server](https://discord.gg/jJxZnrGPWN)!
+Join us on our [Discord server](https://discord.gg/jJxZnrGPWN) and at [#dwl](https://web.libera.chat/?channels=#dwl) on irc.libera.chat.
dwl is a compact, hackable compositor for Wayland based on [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/). It is intended to fill the same space in the Wayland world that dwm does in X11, primarily in terms of philosophy, and secondarily in terms of functionality. Like dwm, dwl is:
@@ -85,10 +85,6 @@ Existing dwl-specific status bars and dwl-specific scripts for other status bars
You can find a [list of Wayland applications on the sway wiki](https://github.com/swaywm/sway/wiki/i3-Migration-Guide).
-## IRC channel
-
-dwl's IRC channel is #dwl on irc.libera.chat.
-
## Acknowledgements
dwl began by extending the TinyWL example provided (CC0) by the sway/wlroots developers. This was made possible in many cases by looking at how sway accomplished something, then trying to do the same in as suckless a way as possible.