You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<em>VA-11 Hall-A tagged with steam_game and steam_app_id_447530</em>
11
11
</p>
12
12
13
13
`hypr_steam_watcher` listens for newly created windows in Hyprland and automatically tags Steam game windows with `steam_game` and `steam_app_id_<game-id>`.
14
14
This allows you to exclude Steam games from certain window rules or define specific window rules that only apply to Steam games.
15
-
```
15
+
```text
16
16
windowrule = match:tag negative:steam_game, opacity 0.9 # Everything except steam games is transparent
17
17
windowrule = match:tag steam_game, opacity no_blur # Disable blur for steam games
18
18
windowrule = match:tag steam_game, render_unfocused true # Forces the window to think it’s being rendered when it’s not visible
0 commit comments