diff --git a/git/.gitignore_global b/git/.gitignore_global index 70a54b1..76d999a 100644 --- a/git/.gitignore_global +++ b/git/.gitignore_global @@ -30,3 +30,4 @@ package-lock.json local-config.diff .tern-port .mypy_cache +org-gcal diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 974bd62..50ff00b 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -22,7 +22,7 @@ font_family Iosevka #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 11.0 +font_size 16.0 #: Font size (in pts) @@ -291,7 +291,7 @@ visual_bell_duration 0.1 #: Tab bar {{{ -# tab_bar_edge bottom +tab_bar_edge top #: Which edge to show the tab bar on, top or bottom @@ -468,7 +468,7 @@ visual_bell_duration 0.1 #: functionality is a security risk as it means that any program, even #: one running on a remote server via SSH can read your clipboard. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what