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
+16
View File
@@ -16,6 +16,22 @@ hl.window_rule({
},
no_focus = true,
})
hl.window_rule({
name = "jetbrains-tag",
match = {
class = "^jetbrains%-.*",
initial_title = "^$",
},
tag = "+jb",
})
hl.window_rule({
name = "jetbrains-focus",
match = {
tag = "jb",
},
focus_on_activate = true,
no_initial_focus = true,
})
-- JetBrains Rules end
hl.window_rule({