From 30c54fd604a3afa11bde590ffd3d7f07d27a8c33 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 22 Jun 2015 16:16:03 +0300 Subject: [PATCH] block cursor, disable size_hints since they break the size --- termite_config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/termite_config b/termite_config index df11322..c48c878 100644 --- a/termite_config +++ b/termite_config @@ -12,12 +12,12 @@ scrollback_lines = 1000 search_wrap = true icon_name = terminal cursor_blink = off -cursor_shape = underline +cursor_shape = block browser = firefox -size_hints = true +size_hints = false [colors] -cursor = #fdf6e3 +#cursor = #fdf6e3 foreground = #839496 foreground_bold = #fdf6e3 background = rgba(0, 20, 26, 0.9)