This commit is contained in:
2022-07-14 21:49:39 +02:00
parent 1379bf56ab
commit 11659a506f
28 changed files with 566 additions and 232 deletions

View File

@@ -282,7 +282,8 @@ font_family DejaVuSansMono
#: windows in the tab and the window is not the currently focused
#: window
# command_on_bell none
# command_on_bell mpv --audio-display=no ~/loli.mp3
# command_on_bell ~/.config/kitty/bell.sh
#: Program to run when a bell occurs.
@@ -508,7 +509,7 @@ background_opacity 0.8
#: change transparency of windows set dynamic_background_opacity to
#: yes (this is off by default as it has a performance cost)
# dynamic_background_opacity no
dynamic_background_opacity yes
#: Allow changing of the background_opacity dynamically, using either
#: keyboard shortcuts (increase_background_opacity and
@@ -1034,6 +1035,8 @@ shell /bin/zsh
# map kitty_mod+a>1 set_background_opacity 1
# map kitty_mod+a>d set_background_opacity default
# map kitty_mod+delete clear_terminal reset active
map kitty_mod+a>o set_background_opacity 1.0
map kitty_mod+a>t set_background_opacity 0.8
#: You can create shortcuts to clear/reset the terminal. For example::