- correcting jetbrain xwayland window rules following post found in https://github.com/hyprwm/Hyprland/issues/4257
This commit is contained in:
@@ -330,8 +330,24 @@ windowrule {
|
||||
float = off
|
||||
}
|
||||
|
||||
#jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257
|
||||
windowrule {
|
||||
name = tiled_xwayland
|
||||
match:xwayland = 1
|
||||
float = off
|
||||
name = windowrule-jb-tag
|
||||
tag = +jb
|
||||
match:class = ^jetbrains-.+$
|
||||
match:float = 1
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-jb-focus
|
||||
stay_focused = on
|
||||
no_initial_focus = on
|
||||
match:tag = jb
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-jb-focus2
|
||||
focus_on_activate = on
|
||||
match:class = ^jetbrains-(?!toolbox)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user