From ed5f0784d120a49ffb61d5c342c2f9ac7a573d3f Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 2 Dec 2024 21:03:28 +0100 Subject: [PATCH] longer mako --- home-modules/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/mako.nix b/home-modules/mako.nix index 712943b..67d8c67 100755 --- a/home-modules/mako.nix +++ b/home-modules/mako.nix @@ -3,7 +3,7 @@ home.packages = with pkgs; [ libnotify ]; services.mako = with rice; { enable = true; - defaultTimeout = 5000; # in ms + defaultTimeout = 10000; # in ms backgroundColor = color.background; textColor = color.foreground; borderColor = color.border;