diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-04-13 18:24:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-04-13 18:24:37 +0200 |
commit | 464776feea000c03accfef4fb30dd3e84779f79f (patch) | |
tree | b4ff73f8430ecb57a83632a267bcc38e376fd714 /.config/termite | |
parent | 3df43685709eb66be50bce47877d2bc2d781e468 (diff) | |
download | dotfiles-464776feea000c03accfef4fb30dd3e84779f79f.tar.gz dotfiles-464776feea000c03accfef4fb30dd3e84779f79f.tar.xz |
Increase font size
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.config/termite')
-rw-r--r-- | .config/termite/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/termite/config b/.config/termite/config index 43e7f0c..b55bf7c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -9,9 +9,9 @@ allow_bold = false dynamic_title = true urgent_on_bell = true clickable_url = true -font = foxxx0 foxxx0font 14px +#font = foxxx0 foxxx0font 14px #font = Roboto Mono 14px -#font = DejaVu Sans Mono 14px +font = DejaVu Sans Mono 12 scrollback_lines = 1000 search_wrap = true #icon_name = terminal |