- 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:
@@ -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)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user