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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Automatically tags newly launched Steam games in Hyprland so you can target or e
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
```
16
-
windowrule = match:tag negative:steam_game, opacity 0.9 # everything except steam games is transparent
17
-
windowrule = match:tag steam_game,opacity no_blur # disable blur for steam games
16
+
windowrule = match:tag negative:steam_game, opacity 0.9 # Everything except steam games is transparent
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
19
19
windowrule = match:tag steam_app_id_447530, immediate true # Forces the game with app ID 447530 to allow tearing
20
20
windowrule = match:tag steam_game, idle_inhibit always # Apps like hypridle will not fire
0 commit comments