diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5ea61e7..3a69990 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -331,26 +331,19 @@ windowrule { } #jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257 -#windowrule { -# name = windowrule-jb-tag -# tag = +jb -# match:class = ^jetbrains-.* -# #match:float = 1 -# float = off -#} - -#windowrule { -# name = windowrule-jb-focus -# stay_focused = on -# no_initial_focus = on -# match:tag = jb -#} +windowrule { + name = windowrule-jb-tag + tag = +jb + match:class = ^jetbrains-.* + match:initial_title = "" + #match:float = 1 +} windowrule { - name = windowrule-jb-focus2 + name = windowrule-jb-focus focus_on_activate = on no_initial_focus = on float=off - match:class = ^jetbrains-(?!toolbox)" + match:tag = jb }