From e86918ac23cadbecb494ddf0234b210e29fc8a1d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 30 Jul 2024 15:41:09 -0400 Subject: [PATCH] Revert "kitty: Use notify-send for long tasks" Some TUIs actually use F1 and this causes them to break. --- home/kitty.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/kitty.nix b/home/kitty.nix index 78cda53f..d29868d6 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -28,7 +28,6 @@ in extraConfig = '' tab_bar_background #${base00} inactive_tab_background #${base00} - map F1 send_text all \x1afg;notify-send "$(pwd)" "Task Completed."\r ''; };