feat: rotate clients on current monitor

This commit is contained in:
Florian Olk
2025-04-19 13:48:50 +02:00
committed by A Frederick Christensen
parent 7f227a0fac
commit 3b4043eb14
2 changed files with 70 additions and 0 deletions
+14
View File
@@ -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)