summaryrefslogtreecommitdiffstats
path: root/dwl-patches/patches/rotate-clients/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dwl-patches/patches/rotate-clients/README.md')
-rw-r--r--dwl-patches/patches/rotate-clients/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/dwl-patches/patches/rotate-clients/README.md b/dwl-patches/patches/rotate-clients/README.md
new file mode 100644
index 0000000..aaf8f67
--- /dev/null
+++ b/dwl-patches/patches/rotate-clients/README.md
@@ -0,0 +1,14 @@
+### Description
+Rotate clients on current monitor.
+
+Example Configuration:
+```c
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_J, rotate_clients, {.i = +1} },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_K, rotate_clients, {.i = -1} },
+```
+
+### Download
+- [0.7](/dwl/dwl-patches/raw/branch/main/patches/rotate-clients/rotate-clients.patch)
+
+### Authors
+- [folk](https://codeberg.org/folk)