From 04b93322f8ae42daecd5f705ecc1390d682033ef Mon Sep 17 00:00:00 2001 From: LurkAndLoiter <93033540+LurkAndLoiter@users.noreply.github.com> Date: Mon, 29 Dec 2025 21:53:07 -0500 Subject: [PATCH] fix: incorrect pointer new_windows_takes_over_fs -> on_focus_under_fullscreen --- src/content/news/update53.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/news/update53.md b/src/content/news/update53.md index 73617c1..97880a6 100644 --- a/src/content/news/update53.md +++ b/src/content/news/update53.md @@ -16,7 +16,7 @@ This is a large update with a lot of things, and a few breaking changes. Just two, but one big: - Windowrule syntax has been completely overhauled. Please check the wiki: [here](https://wiki.hypr.land/Configuring/Window-Rules/) -- `misc:new_window_takes_over_fs` replaces `misc:new_window_takes_over_fullscreen` and `master:inherit_fullscreen` +- `misc:on_focus_under_fullscreen` replaces `misc:new_window_takes_over_fullscreen` and `master:inherit_fullscreen` All of your windowrules will need to be re-written for the new syntax.