microsoft/Terminal

Add a `path` parameter to `toggleShaderEffects`

Open

#9,898 opened on Apr 19, 2021

View on GitHub
 (8 comments) (2 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-RenderingArea-SettingsHelp WantedIssue-TaskProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 30d)

Description

Add an "enablePixelShader" setting, which can be set to true or false.

If set to "false", but a valid pixelShaderPath was specified, this would enable Windows Terminal to be started without the pixel shader visible, but available at the press of a key combination.

Contributor guide