From 019b307c18d388dabff959d24792ae5f39799701 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 15 Oct 2024 18:06:31 -0500 Subject: [PATCH] hyprland: suppress activation for steam windows Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index ffc12a9..bde8f11 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -230,7 +230,7 @@ in { (tag.password ["center" "workspace special:password"]) (tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"]) (tag.social ["group invade lock" "tile"]) - (tag.steam ["workspace special:steam"]) + (tag.steam ["suppressevent activate activatefocus" "workspace special:steam"]) (tag.terminal ["tile"]) (tag.vm ["workspace special:vm"]) (tag.wine ["noborder" "noshadow"]) @@ -269,7 +269,7 @@ in { (fields { class = "^steam$"; title = "^notificationtoasts$"; # Steam notifications - } ["pin" "suppressevent activatefocus"]) + } ["pin"]) (fields { class = "^steam$"; title = "^Steam$"; # Main window