mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-11 10:23:19 +00:00
feat: rotate clients on current monitor
This commit is contained in:
committed by
A Frederick Christensen
parent
7f227a0fac
commit
3b4043eb14
@@ -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)
|
||||
Reference in New Issue
Block a user