Revert "kitty: Use notify-send for long tasks"

Some TUIs actually use F1 and this causes them to break.
This commit is contained in:
Donovan Glover 2024-07-30 15:41:09 -04:00
parent 2adb6a38e4
commit e86918ac23
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,7 +28,6 @@ in
extraConfig = '' extraConfig = ''
tab_bar_background #${base00} tab_bar_background #${base00}
inactive_tab_background #${base00} inactive_tab_background #${base00}
map F1 send_text all \x1afg;notify-send "$(pwd)" "Task Completed."\r
''; '';
}; };