1
0
forked from extern/nix-config

kitty: Always close when the shell exits

Since fish will warn when there are background processes before exiting,
and since when we type "exit" we really do want to close both the shell
and its corresponding terminal window, this change makes sense.
This commit is contained in:
Donovan Glover 2018-11-30 16:55:58 -05:00
parent 919e0b8c23
commit 0fa128a3fb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,6 +34,9 @@ initial_window_height 20c
# Don't limit frames per second to the monitor's refresh rate
sync_to_monitor no
# Close kitty windows when their corresponding shells exit
close_on_child_death yes
# Use ctrl+click to open URLs
open_url_modifiers ctrl