visuals/highlight-undo: increase highlight timeout duration

This commit is contained in:
NotAShelf 2023-10-23 20:15:31 +03:00
parent d00f00874d
commit 7b8f68e6d0
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ in {
duration = mkOption {
type = types.int;
description = "Duration of highlight";
default = 200;
default = 500;
};
undo = {