minimum functionality restored kinda

This commit is contained in:
2026-05-13 12:39:49 +01:00
parent 92e9dd1b8e
commit f678372ee4
4 changed files with 88 additions and 13 deletions

22
modules/rules.lua Normal file
View File

@@ -0,0 +1,22 @@
hl.window_rule({
name = "otter-launcher",
match = {
class = "otter",
},
float = true,
size = { 410, 220 },
opaque = true,
})
hl.window_rule({
name = "nodim-youtube",
})
hl.workspace_rule({
workspace = "special:music",
gaps_out = {
left = 400,
right = 400,
bottom = 400,
},
})