mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-21 15:33:04 +00:00
fix formatting
This commit is contained in:
@@ -18,7 +18,7 @@ index 12f441e..633c1eb 100644
|
|||||||
- if (c->isurgent)
|
- if (c->isurgent)
|
||||||
- urg |= c->tags;
|
- urg |= c->tags;
|
||||||
+ if (c->isurgent) {
|
+ if (c->isurgent) {
|
||||||
+ view(&((Arg){.ui = c->tags}));
|
+ view(&((Arg){ .ui = c->tags }));
|
||||||
+ focusclient(c, 1);
|
+ focusclient(c, 1);
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user