diff options
Diffstat (limited to '.config/termite/config')
-rw-r--r-- | .config/termite/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/termite/config b/.config/termite/config index fec0056..16d01da 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -7,7 +7,7 @@ allow_bold = true dynamic_title = true urgent_on_bell = true clickable_url = true -font = Monospace 9 +font = Inconsolata 10 scrollback_lines = 10000 search_wrap = true icon_name = terminal @@ -20,7 +20,7 @@ cursor_blink = system cursor_shape = ibeam # $BROWSER is used by default -#browser = firefox +browser = firefox # set size hints for the window #size_hints = false @@ -35,7 +35,7 @@ foreground_bold = #ffffff background = #000000 # 20% background transparency (requires a compositor) -background = rgba(00, 00, 00, 0.9) +background = rgba(00, 00, 00, 0.79) # if unset, will reverse foreground and background highlight = #2f2f2f |