1
0
forked from extern/nix-config

kitty: Use notify-send for long tasks

Manual invocation prevents automatically triggering a task complete
notification when one isn't wanted.
This commit is contained in:
Donovan Glover 2023-07-15 18:15:20 -04:00
parent 9c4fac0770
commit 2bf9b54992
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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
'';
};