Update dwm-pertag-setnmaster-6.4.diff

This commit is contained in:
Out Of Ideas 2023-11-22 16:40:00 +00:00
parent dd8ba385ef
commit 947d10c0d3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ index ab1edb6..77c40a8 100644
}
+void
+incnmaster(const Arg *arg)
+setnmaster(const Arg *arg)
+{
+ selmon->nmaster = selmon->pertag->nmasters[selmon->pertag->curtag] = MAX(arg->i, 0);
+ arrange(selmon);