fix(hyprland): use windowrulev2 for class matching and update docs
All checks were successful
Check / eval (push) Successful in 3m0s
All checks were successful
Check / eval (push) Successful in 3m0s
- Fixed invalid `windowrule` syntax when matching by class regex which caused Hyprland parse errors. - Documented IPC socket watcher for display profiles in README. - Updated agent/JOURNAL.md.
This commit is contained in:
@@ -468,7 +468,7 @@ in
|
||||
# prompt (hyprpolkitagent exposes no discoverable class) and GTK
|
||||
# file-chooser portals. A dead rule is harmless, but guessing a class
|
||||
# is worse than leaving it for a verified pass.
|
||||
windowrule = [
|
||||
windowrulev2 = [
|
||||
# Audio mixer (item 35): right-click the Waybar volume module.
|
||||
"float, class:^(com\\.saivert\\.pwvucontrol|org\\.pulseaudio\\.pavucontrol|pavucontrol)$"
|
||||
"center, class:^(com\\.saivert\\.pwvucontrol|org\\.pulseaudio\\.pavucontrol|pavucontrol)$"
|
||||
|
||||
Reference in New Issue
Block a user