Add default timeout (5s) to mako
This commit is contained in:
parent
a4c9090d84
commit
99072e7c4d
|
@ -6,6 +6,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
actions = true;
|
actions = true;
|
||||||
anchor = "top-right";
|
anchor = "top-right";
|
||||||
|
defaultTimeout = 5000;
|
||||||
font = "FiraCode Nerd Font 10";
|
font = "FiraCode Nerd Font 10";
|
||||||
icons = true;
|
icons = true;
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
|
|
Loading…
Reference in a new issue