fix: window rules for summaries

This commit is contained in:
2026-09-24 17:46:48 +02:00
parent 2508df2220
commit 79ed66c8af
@@ -39,7 +39,7 @@ hl.window_rule({
workspace = 4, workspace = 4,
}) })
hl.window_rule({ hl.window_rule({
match = { title = ".*-summary.pdf|.*cheatsheet.pdf|.*cheat-sheet.pdf" }, match = { title = ".*summary.pdf|.*cheatsheet.pdf|.*cheat-sheet.pdf|.*main.pdf" },
workspace = 4, workspace = 4,
}) })