fix: Update keybind syntax and add jetbrains window rules
This commit is contained in:
@@ -241,4 +241,44 @@ windowrule {
|
||||
center = on
|
||||
border_size = 0
|
||||
match:class = ^(Autodesk Fusion)$
|
||||
}
|
||||
|
||||
# Intelij
|
||||
# input.follow_mouse = 2
|
||||
|
||||
# find in files
|
||||
# windowrulev2=noinitialfocus,class:jetbrains-toolbox, floating:1
|
||||
# windowrulev2=noinitialfocus, class:(jetbrains-)(.*), title:^$, initialTitle:^$, floating:1
|
||||
windowrule {
|
||||
name = jb-find-in-files-floating
|
||||
float = on
|
||||
no_initial_focus = on
|
||||
match:class = ^jetbrains-toolbox$
|
||||
}
|
||||
windowrule {
|
||||
name = jb-find-in-files-floating-2
|
||||
float = on
|
||||
no_initial_focus = on
|
||||
match:class = ^(jetbrains-)(.*)$
|
||||
match:title = ^$
|
||||
match:initial_title = ^$
|
||||
}
|
||||
|
||||
# other dialogs
|
||||
# windowrulev2=center, class:(jetbrains-)(.*), title:^$, initialTitle:^$, floating:1
|
||||
# windowrulev2=center, class:(jetbrains-)(.*), initialTitle:(.+), floating:1
|
||||
|
||||
windowrule {
|
||||
name = jb-other-dialogs
|
||||
float = on
|
||||
center = on
|
||||
match:class = ^(jetbrains-)(.*)$
|
||||
match:title = ^$
|
||||
match:initial_title = ^$
|
||||
}
|
||||
windowrule {
|
||||
name = jb-other-dialogs
|
||||
float = on
|
||||
center = on
|
||||
match:class = ^(jetbrains-)(.*)$
|
||||
}
|
||||
Reference in New Issue
Block a user