diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-03-27 16:27:57 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-03-27 16:27:57 +0100 |
commit | 3df43685709eb66be50bce47877d2bc2d781e468 (patch) | |
tree | 84761180b8fdbd0bad883a732f3d76345377d4f1 | |
parent | e19408c6dbe2f22be4eb22e1f0d8b17698b02c93 (diff) | |
download | dotfiles-3df43685709eb66be50bce47877d2bc2d781e468.tar.gz dotfiles-3df43685709eb66be50bce47877d2bc2d781e468.tar.xz |
Add comment fonts to termite config
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .config/termite/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/termite/config b/.config/termite/config index 4322a93..43e7f0c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -9,8 +9,9 @@ allow_bold = false dynamic_title = true urgent_on_bell = true clickable_url = true -#font = DejaVu Sans Mono 9 font = foxxx0 foxxx0font 14px +#font = Roboto Mono 14px +#font = DejaVu Sans Mono 14px scrollback_lines = 1000 search_wrap = true #icon_name = terminal |