diff options
| author | Mateja <mail@matejamaric.com> | 2020-08-26 00:00:54 +0200 | 
|---|---|---|
| committer | Mateja <mail@matejamaric.com> | 2020-08-26 00:00:54 +0200 | 
| commit | f81b30d65d0b229fe12e8726204cbad404e819d5 (patch) | |
| tree | 70adc84d7e852b3871b1253c3b6d33b1269f5097 /.config/termite/config | |
| parent | d64d2ab3b7c999f5b7292433b039b60bc50a2424 (diff) | |
| download | dotfiles-f81b30d65d0b229fe12e8726204cbad404e819d5.tar.gz dotfiles-f81b30d65d0b229fe12e8726204cbad404e819d5.zip | |
change fonts to fira mono
Diffstat (limited to '.config/termite/config')
| -rw-r--r-- | .config/termite/config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/termite/config b/.config/termite/config index 021f66c..8791d4d 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -6,7 +6,7 @@  #cell_width_scale = 1.0  #clickable_url = true  #dynamic_title = true -font = Inconsolata 11 +font = Fira Mono 9  #fullscreen = true  #icon_name = terminal  #mouse_autohide = false | 
