From 7265c22728224a098b99b24cf3835daa14cc6459 Mon Sep 17 00:00:00 2001 From: nptr Date: Sat, 31 Jan 2026 18:06:11 +0100 Subject: [PATCH] Update opacity rule for Steam window class (#4386) 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. --- default/hypr/apps/steam.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/apps/steam.conf b/default/hypr/apps/steam.conf index ec4f754d..f368091f 100644 --- a/default/hypr/apps/steam.conf +++ b/default/hypr/apps/steam.conf @@ -1,7 +1,7 @@ # 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 = 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