From 2bf9b54992f9e577fd7bd7862a5ed056fe65adb0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jul 2023 18:15:20 -0400 Subject: [PATCH] kitty: Use notify-send for long tasks Manual invocation prevents automatically triggering a task complete notification when one isn't wanted. --- home/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/kitty.nix b/home/kitty.nix index add5eff0..2a4309cf 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -23,6 +23,7 @@ extraConfig = with config.lib.stylix.colors; '' tab_bar_background #${base00} inactive_tab_background #${base00} + map F1 send_text all \x1afg;notify-send "$(pwd)" "Task Completed."\r ''; };