From 9993397707475fd956e42b604a6fe74699da5b02 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sat, 23 Mar 2024 15:48:32 +0100 Subject: [PATCH] Mako notifier: Set default timeout --- home/rothe.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/rothe.nix b/home/rothe.nix index fcbb340..220482b 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -323,6 +323,7 @@ services.mako = { enable = true; + defaultTimeout = 5000; }; wayland.windowManager.sway = {