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:
parent
9c4fac0770
commit
2bf9b54992
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user