hl.window_rule({ match = { title = "^Omarchy bar settings$" }, tag = "+floating-window" }) hl.window_rule({ match = { title = "^Omarchy bar settings$" }, size = { 720, 720 } }) hl.window_rule({ match = { title = "^Widget settings " }, tag = "+floating-window" }) hl.window_rule({ match = { title = "^Widget settings " }, size = { 380, 320 } })