custom shader animation can be set to "always" to always remain active

Fixes #1225

The `custom-shader-animation` configuration can now be set to "always"
which keeps animation active even if the terminal is unfocused.
This commit is contained in:
Mitchell Hashimoto
2024-01-09 09:21:15 -08:00
parent 92697bad12
commit 96d33fef20
7 changed files with 88 additions and 27 deletions

View File

@@ -10,6 +10,7 @@ pub const url = @import("config/url.zig");
pub const CopyOnSelect = Config.CopyOnSelect;
pub const Keybinds = Config.Keybinds;
pub const MouseShiftCapture = Config.MouseShiftCapture;
pub const CustomShaderAnimation = Config.CustomShaderAnimation;
pub const NonNativeFullscreen = Config.NonNativeFullscreen;
pub const OptionAsAlt = Config.OptionAsAlt;
pub const ShellIntegrationFeatures = Config.ShellIntegrationFeatures;