13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
# ~/nixos/files/conf/terminal/kitty.conf
|
|
# Kitty config (https://sw.kovidgoyal.net/kitty/conf/)
|
|
#
|
|
# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig.
|
|
|
|
# Example baseline settings:
|
|
background_opacity 0.60
|
|
dynamic_background_opacity yes
|
|
|
|
# Suggested: allow ctrl+shift+v paste (many distros default this already)
|
|
map ctrl+shift+v paste_from_clipboard
|
|
map ctrl+shift+c copy_to_clipboard
|