diff options
author | Dmitry Zakharchenko <dmitz@disroot.org> | 2022-09-02 19:57:35 +0300 |
---|---|---|
committer | Leonardo Hernández <leohdz172@protonmail.com> | 2022-09-02 20:14:18 -0500 |
commit | e91f71e8d6b6b29da69ec0cd8ad8f7dec2878df3 (patch) | |
tree | 7fb31b45a12155534b86112a387f41c86d154f4a | |
parent | 68576799b96950dd36ed7c71ba0c4b1607a13cc8 (diff) |
Add direct irc link
Also, move IRC section to the top so that it's more accessible.
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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. |