- corrected pycharm window tagging and riles in hyprland config

This commit is contained in:
2026-02-13 23:11:17 +01:00
parent 9438964c80
commit a7339279a1

View File

@@ -331,26 +331,19 @@ windowrule {
} }
#jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257 #jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257
#windowrule { windowrule {
# name = windowrule-jb-tag name = windowrule-jb-tag
# tag = +jb tag = +jb
# match:class = ^jetbrains-.* match:class = ^jetbrains-.*
# #match:float = 1 match:initial_title = ""
# float = off #match:float = 1
#} }
#windowrule {
# name = windowrule-jb-focus
# stay_focused = on
# no_initial_focus = on
# match:tag = jb
#}
windowrule { windowrule {
name = windowrule-jb-focus2 name = windowrule-jb-focus
focus_on_activate = on focus_on_activate = on
no_initial_focus = on no_initial_focus = on
float=off float=off
match:class = ^jetbrains-(?!toolbox)" match:tag = jb
} }