Update DMS and add autostart rule
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user