From 744f0059c2b503e8dc43a004d95b0a086af8c4e5 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 1 Feb 2024 15:17:29 +0000 Subject: feat: add prefers_reduced_motion flag (#1645) * feat: add prefers_reduced_motion flag * use NO_MOTION, and ensure type is bool * update default config --------- Co-authored-by: Ellie Huxtable --- atuin-client/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 9a094f88..1ddaa12e 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -148,6 +148,10 @@ enter_accept = true ## Timeout (in seconds) for acquiring a local database connection (sqlite) # local_timeout = 5 +## Set this to true and Atuin will minimize motion in the UI - timers will not update live, etc. +## Alternatively, set env NO_MOTION=true +# prefers_reduced_motion = false + #[stats] # Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl #common_subcommands = [ -- cgit v1.3.1