mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 19:54:50 +00:00
15 lines
379 B
Markdown
15 lines
379 B
Markdown
### 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)
|