Skip to content

Commit 7559ae1

Browse files
Formatting
1 parent c129c02 commit 7559ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Automatically tags newly launched Steam games in Hyprland so you can target or e
1313
`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>`.
1414
This allows you to exclude Steam games from certain window rules or define specific window rules that only apply to Steam games.
1515
```
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
1818
windowrule = match:tag steam_game, render_unfocused true # Forces the window to think it’s being rendered when it’s not visible
1919
windowrule = match:tag steam_app_id_447530, immediate true # Forces the game with app ID 447530 to allow tearing
2020
windowrule = match:tag steam_game, idle_inhibit always # Apps like hypridle will not fire

0 commit comments

Comments
 (0)