Sfoglia il codice sorgente

Update #kitty fonts and tabs

Colin Powell 6 anni fa
parent
commit
71b52ea77b
2 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. 1 0
      git/.gitignore_global
  2. 3 3
      kitty/.config/kitty/kitty.conf

+ 1 - 0
git/.gitignore_global

@@ -30,3 +30,4 @@ package-lock.json
 local-config.diff
 .tern-port
 .mypy_cache
+org-gcal

+ 3 - 3
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