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

View file

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