added some keybinds and custom funcitions for managing the oddesy monitor

This commit is contained in:
venus
2026-07-06 05:48:11 -05:00
parent 1df6d1d9a2
commit 2414373294
7 changed files with 85 additions and 37 deletions

View File

@@ -29,6 +29,17 @@ hl.window_rule({
},
workspace = "special:gaming"
})
-- Catch any window launched with the initial class 'browser-popup' and tag it
hl.window_rule({
match = { initial_class = "^browser-popup$" },
tag = "popup"
})
hl.window_rule({
match = { tag = "popup" },
float = true,
border_size = 2,
size = {"(monitor_w * 0.5)", "(monitor_h * 0.7)"},
})
hl.window_rule( {