Skip to content

all games: Add ConVars for changing the Steam overlay notification toasts position #1332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copperpixel
Copy link
Contributor

Description

This PR adds ConVars that allow the player to customize the position of Steam overlay notification toasts. It does this by using the Steam API functions:

This is also present in Counter-Strike 2.

Description
cl_steam_overlay_toast_position Which corner the Steam overlay notification toast should display itself in.
0 = k_EPositionTopLeft, 1 = k_EPositionTopRight, 2 = k_EPositionBottomLeft, 3 = k_EPositionBottomRight
cl_steam_overlay_toast_inset_horizontal Steam overlay notification toast horizontal inset
cl_steam_overlay_toast_inset_vertical Steam overlay notification toast vertical inset

Inset is specified as a percentage from 0.0 to 1.0. Steam clamps the inset to a maximum of 25% of the screen's width/height.
It would also be a good idea to add these vars to the advanced settings menus of the games.

steam_toast_settings.mp4

@copperpixel copperpixel changed the title all games: Add ConVars to change the Steam overlay notification toasts position all games: Add ConVars for changing the Steam overlay notification toasts position Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant