diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-07-06 13:48:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-07-06 14:19:22 +0200 |
commit | ab57b25cf956bf20b408493c1a93bcd85a0dbf37 (patch) | |
tree | 8468c24c296623147c27360e59c5057f7d01ca5d | |
parent | b2706dbd0e4326b6eb39d882caff93f4845688f7 (diff) | |
download | dotfiles-ab57b25cf956bf20b408493c1a93bcd85a0dbf37.tar.gz dotfiles-ab57b25cf956bf20b408493c1a93bcd85a0dbf37.tar.xz |
termite: Increase default font size
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 b55bf7c..b1d05e0 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -11,7 +11,7 @@ urgent_on_bell = true clickable_url = true #font = foxxx0 foxxx0font 14px #font = Roboto Mono 14px -font = DejaVu Sans Mono 12 +font = DejaVu Sans Mono 14 scrollback_lines = 1000 search_wrap = true #icon_name = terminal |