diff --git a/config/hypr/hyprland/windowrules/tags.lua b/config/hypr/hyprland/windowrules/tags.lua index 9e543b3..9d90dbf 100644 --- a/config/hypr/hyprland/windowrules/tags.lua +++ b/config/hypr/hyprland/windowrules/tags.lua @@ -18,7 +18,7 @@ hl.window_rule({ -- Launchers hl.window_rule({ match = { - class = "steam|minecraft-launcher|org\\.prismlauncher\\.PrismLauncher", + class = "steam|minecraft-launcher|org\\.prismlauncher\\.PrismLauncher|heroic", }, tag = "+launchers", })