diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2024-02-01 15:17:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 15:17:29 +0000 |
| commit | 744f0059c2b503e8dc43a004d95b0a086af8c4e5 (patch) | |
| tree | b2497a11abc757017fd1da9e0bf9a16d10344175 /atuin-client/config.toml | |
| parent | chore(ci): re-enable test cache, add separate check step (#1663) (diff) | |
| download | atuin-744f0059c2b503e8dc43a004d95b0a086af8c4e5.zip | |
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 <ellie@elliehuxtable.com>
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 = [ |
