diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:28:25 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:19 +0100 |
| commit | a1e016b47195549a29996e7a7b18c8b6b40a737b (patch) | |
| tree | 0401594a3d1f1d9ed5b97136e8383f1734cde31c /.config/mako | |
| parent | d5c5b670232ba2bf29e76ef91716048a2fa5eea0 (diff) | |
mako: reduce default timeout
Diffstat (limited to '.config/mako')
| -rw-r--r-- | .config/mako/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mako/config b/.config/mako/config index 90aa9cd..563a233 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -16,7 +16,7 @@ border-size=2 progress-color=source #2ea9dfdd group-by=summary -default-timeout=3000 +default-timeout=2000 max-visible=6 history=1 max-history=20 |