- 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
#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
}