From b54bfa808d6d3a84b2a8fb92062e3bc636f7f871 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 29 Mar 2019 09:56:55 -0700 Subject: [PATCH] no kitty bell --- .config/kitty/kitty.conf | 4 ++-- .gitconfig | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .gitconfig diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 71db6c7..48f2c0b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -173,7 +173,7 @@ font_size 10.0 #: clicks (in seconds). Negative numbers will use the system default #: instead, if available, or fallback to 0.5. -# mouse_hide_wait 3.0 +mouse_hide_wait 0 #: Hide mouse cursor after the specified number of seconds of the #: mouse not being used. Set to zero to disable mouse cursor hiding. @@ -217,7 +217,7 @@ font_size 10.0 #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..0269ea2 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,9 @@ +[user] + name = Aaron Gutierrez + email = gutierrez.aaron.m@gmail.com +[diff] + tool = vimdiff +[difftool] + prompt = true +[push] + default = simple