mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
kitty: Disable audio bell
Now it's possible to use the terminal in peace, and with the volume set to a cool amount, without worrying about audio bells when scrolling through man pages.
This commit is contained in:
parent
1023dc4d2f
commit
323bf99af5
@ -52,6 +52,9 @@ allow_remote_control yes
|
|||||||
# Listen for remote control commands outside of kitty (required for scripts)
|
# Listen for remote control commands outside of kitty (required for scripts)
|
||||||
listen_on unix:/tmp/kitty
|
listen_on unix:/tmp/kitty
|
||||||
|
|
||||||
|
# Don't make noise in the terminal, such as when scrolling to the bottom of a man page
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
# Use a consistent window size for floating windows
|
# Use a consistent window size for floating windows
|
||||||
# remember_window_size no
|
# remember_window_size no
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user