mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 02:04:16 +00:00
setrule: fix function formatting in the example
This commit is contained in:
parent
5e6df4bdb2
commit
9cce9a2ca5
@ -12,7 +12,8 @@ option from the [swallow][swallow] patch:
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
void
|
void
|
||||||
setrulenoswallow(const Arg *arg) {
|
setrulenoswallow(const Arg *arg)
|
||||||
|
{
|
||||||
Rule *r = getrule(focustop(selmon));
|
Rule *r = getrule(focustop(selmon));
|
||||||
if (!r)
|
if (!r)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user