From fabe97b97d76831a121963a35fa61f85c5d04f4c Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 7 Aug 2024 11:08:24 +0200 Subject: [PATCH] Mako config --- home/modules/wm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/wm.nix b/home/modules/wm.nix index ff28079..db17239 100644 --- a/home/modules/wm.nix +++ b/home/modules/wm.nix @@ -66,5 +66,6 @@ textColor = "#cdd6f4"; icons = true; actions = true; + defaultTimeout = 5000; }; }