diff --git a/basic/windows.lua b/basic/windows.lua index 1178cbb..1848877 100644 --- a/basic/windows.lua +++ b/basic/windows.lua @@ -34,6 +34,8 @@ hl.window_rule({ match = { initial_class = "^browser-popup$" }, tag = "popup" }) + + hl.window_rule({ match = { tag = "popup" }, float = true, @@ -41,6 +43,13 @@ hl.window_rule({ size = {"(monitor_w * 0.5)", "(monitor_h * 0.7)"}, }) +hl.window_rule({ + match = { tag = "large-popup" }, + float = true, + border_size = 2, + size = {"(monitor_w * 0.9)", "(monitor_h * 0.9)"}, +}) + hl.window_rule( { -- Ignore maximize requests from all apps. You'll probably like this.