aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2021-01-19 02:44:00 -0600
committerGitHub <noreply@github.com>2021-01-19 02:44:00 -0600
commita4c0b914f09b40e27df535dc20913d0fddcc2c62 (patch)
tree74f1836f1c558a136602d3899680aff1ec526668 /README.md
parent9c1943ade5d9e6e83870219bd0c05820460d7de4 (diff)
Link patches page in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3c4a65..2777613 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ To enable XWayland, you should also install xorg-xwayland and uncomment its flag
All configuration is done by editing `config.h` and recompiling, in the same manner as dwm. There is no way to separately restart the window manager in Wayland without restarting the entire display server, so any changes will take effect the next time dwl is executed.
+As in the dwm community, we encourage users to share patches they have created. Check out the [patches page on our wiki](https://github.com/djpohly/dwl/wiki/Patches)!
+
## Running dwl
dwl can be run as-is, with no arguments. In an existing Wayland or X11 session, this will open a window to act as a virtual display. When run from a TTY, the Wayland server will take over the entire virtual terminal. Clients started by dwl will have `WAYLAND_DISPLAY` set in their environment, and other clients can be started from outside the session by setting this variable accordingly.