From 445f0b41f0a43426cc5bcbf540c159eec2977fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 9 Mar 2024 20:39:39 +0100 Subject: [PATCH] 124 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/sway.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 2dcefa3..2340073 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -80,7 +80,6 @@ {command = "${pkgs.keepassxc}/bin/keepassxc";} {command = "${pkgs.waybar}/bin/waybar";} {command = "${pkgs.foot}/bin/foot";} - {command = "${pkgs.firefox}/bin/firefox";} ]; }; }; @@ -244,4 +243,11 @@ fuzzy-match = true ''; }; + + services.mako = { + enable = true; + defaultTimeout = 10000; # ms + borderRadius = 5; + borderSize = 2; + }; }