Commit 7709d2e09389

Vincent Demeester <vincent@sbr.pm>
2025-02-15 01:06:16
users/vincent: add notify_on_cmd_finish for kitty
If I sart a long running command, I can see the notification ๐Ÿ˜‡.
1 parent 610e949
Changed files (1)
users
vincent
users/vincent/desktop/wayland.nix
@@ -12,7 +12,7 @@
   programs = {
     kitty = {
       enable = true;
-      # shellIntegration.enableZshIntegration = true;
+      shellIntegration.enableZshIntegration = true;
       settings = {
         term = "xterm-256color";
         close_on_child_death = "yes";
@@ -22,6 +22,7 @@
         allow_remote_control = "yes";
         macos_option_as_alt = "yes";
         copy_on_select = "yes";
+        notify_on_cmd_finish = "invisible 5.0 notify";
 
         active_tab_foreground = "#C6A0F6";
         active_tab_background = "#0c0c0c";