From aa0249b3e5d02b141b9383bb6328f335cd6f6974 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 30 Sep 2024 02:31:05 +0300 Subject: [PATCH] Mako : Increase timeout from 5s to 10s. --- home/config/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/mako/default.nix b/home/config/mako/default.nix index 11bb179..899de1f 100644 --- a/home/config/mako/default.nix +++ b/home/config/mako/default.nix @@ -6,7 +6,7 @@ in { anchor = "top-center"; background-color = "#${config.style.color.bg.dark}${alpha}"; border-color = "#${config.style.color.border}${alpha}"; - default-timeout = 5000; + default-timeout = 10000; font = "${config.style.font.serif.name} ${toString config.style.font.size.popup}"; height = 120; icons = 0;