summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-30 22:54:54 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-30 22:54:54 -0600
commit5c936efc427f2d326dab3f8d22cb34159b8292b2 (patch)
tree891c708814c71310a91042d31881b9d1b59c2081
parent9830a991ff3d310223fb8389d108423b914afb67 (diff)
Revert "No need to call updatemons ourselves"
Fixes: https://codeberg.org/dwl/dwl/issues/577 This reverts commit 26d7c9689f6e7eb699f2a63c2093c2a27e411ea3.
-rw-r--r--dwl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 3fac808..ae8df11 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1764,6 +1764,9 @@ apply_or_test:
else
wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config);
+
+ /* TODO: use a wrapper function? */
+ updatemons(NULL, NULL);
}
void