diff options
| author | ryukamish <[email protected]> | 2026-04-27 13:37:47 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-27 13:37:47 +0530 |
| commit | f139725f66938aeddf0b345610d470eb32f11105 (patch) | |
| tree | 399c02518868315af5be9650327908a41276740b | |
| parent | 8aef539289a8cfed36c6ae8e3cfc0b5734ed6cca (diff) | |
fix: reduce the timeout for mako to disappear
| -rw-r--r-- | mako/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mako/config b/mako/config index bba65c9..80c366e 100644 --- a/mako/config +++ b/mako/config @@ -5,7 +5,7 @@ margin=10 padding=10 border-size=2 border-radius=5 -default-timeout=5000 +default-timeout=3000 ignore-timeout=0 max-visible=3 layer=overlay @@ -14,7 +14,7 @@ anchor=top-right background-color=#000000 [urgency=low] -default-timeout=5000 +default-timeout=3000 border-color=#808080 [urgency=normal] |
