add hyprland window rules for steam

This commit is contained in:
insects 2024-08-21 19:10:42 +02:00
parent 33a974f852
commit 1063d950ce

View file

@ -51,6 +51,13 @@
"ignorezero,^(wofi)$"
];
windowrulev2 = let
steam = "title:^()$,class:^(steam)$";
in [
"stayfocused, ${steam}"
"minsize 1 1, ${steam}"
];
decoration = {
active_opacity = 1.0;
inactive_opacity = 0.85;