add hyprland window rules for steam
This commit is contained in:
parent
33a974f852
commit
1063d950ce
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue