1
1
Fork 0

hyprland: suppress activation for steam windows

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-15 18:06:31 -05:00
parent f7ad0794bd
commit 019b307c18
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -230,7 +230,7 @@ in {
(tag.password ["center" "workspace special:password"]) (tag.password ["center" "workspace special:password"])
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"]) (tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"])
(tag.social ["group invade lock" "tile"]) (tag.social ["group invade lock" "tile"])
(tag.steam ["workspace special:steam"]) (tag.steam ["suppressevent activate activatefocus" "workspace special:steam"])
(tag.terminal ["tile"]) (tag.terminal ["tile"])
(tag.vm ["workspace special:vm"]) (tag.vm ["workspace special:vm"])
(tag.wine ["noborder" "noshadow"]) (tag.wine ["noborder" "noshadow"])
@ -269,7 +269,7 @@ in {
(fields { (fields {
class = "^steam$"; class = "^steam$";
title = "^notificationtoasts$"; # Steam notifications title = "^notificationtoasts$"; # Steam notifications
} ["pin" "suppressevent activatefocus"]) } ["pin"])
(fields { (fields {
class = "^steam$"; class = "^steam$";
title = "^Steam$"; # Main window title = "^Steam$"; # Main window