make it so managehook it also manages steam_proton class

This commit is contained in:
Lucas Barbieri 2023-02-01 10:03:20 -03:00
parent ba92a30d3c
commit b8955f5320

View File

@ -363,7 +363,7 @@ myManageHook = manageRules
className =?? "riot" --> doShift "gfx" <> doCenterFloat <> hasBorder False,
className =? "gamescope" --> doShift "gfx" <> doCenterFloat <> hasBorder False,
title =? "Wine System Tray" --> doHide, -- Prevents Wine System Trays from taking input focus.
className =?? "steam_app" --> doShift "gfx" <> hasBorder False
className =?? "steam_" --> doShift "gfx" <> hasBorder False
]
{- May be useful one day