Skip to content

Commit

Permalink
feat: Add notify_on_cmd_finish to kitty
Browse files Browse the repository at this point in the history
Life changing
  • Loading branch information
edmundmiller committed Apr 28, 2024
1 parent c2ca232 commit 38e479e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/desktop/term/kitty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ in {
enable_audio_bell = false;
update_check_interval = 0;
hide_window_decorations = true;
notify_on_cmd_finish = "invisible 15.0";
linux_display_server = "wayland";
tab_bar_align = "left";
};
};
};
Expand Down

0 comments on commit 38e479e

Please sign in to comment.