mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
The steam class for opacity is missing the `.*` regular expression. Just `steam` does not match launched steam apps. Therefore, currently, steam apps have the default opacity of `0.97` of omarchy. This is usually not noticable, but very distracting on an OLED Screen and Games with dark/black scenes / menues and a brigher / any app opend 'behind' the game.
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
# Float Steam
|
|
windowrule = float on, match:class steam
|
|
windowrule = center on, match:class steam, match:title Steam
|
|
windowrule = opacity 1 1, match:class steam.*
|
|
windowrule = size 1100 700, match:class steam, match:title Steam
|
|
windowrule = size 460 800, match:class steam, match:title Friends List
|
|
windowrule = idle_inhibit fullscreen, match:class steam
|