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:
parent
919e0b8c23
commit
0fa128a3fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user