- added mpc config

- removed language from waybar
- corrected cycle_pactl.sh to ignoe headphone and hdmi outputs
- enabled icons in fuzzel
- enforcing suspend when closing the lid with no external monitor turned on
- corrected windowrules for jetbrain tools
This commit is contained in:
2026-02-13 21:43:03 +01:00
parent ee20ccb003
commit 9438964c80
6 changed files with 48 additions and 25 deletions

View File

@@ -331,23 +331,26 @@ 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
}
#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-focus
# stay_focused = on
# no_initial_focus = on
# match:tag = jb
#}
windowrule {
name = windowrule-jb-focus2
focus_on_activate = on
no_initial_focus = on
float=off
match:class = ^jetbrains-(?!toolbox)"
}