Update DMS and add autostart rule

This commit is contained in:
2026-07-11 11:46:47 -04:00
parent a6067c85b8
commit 4f4dae9181
10 changed files with 46 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
-- Auto-generated by DMS — do not edit manually
hl.config({
general = {
gaps_in = 4,
gaps_out = 4,
border_size = 2,
resize_on_border = false,
},
decoration = {
rounding = 12,
},
})
hl.layer_rule({
match = { namespace = "^dms:bar$" },
xray = true,
})