diff options
-rw-r--r-- | .config/termite/config | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/.config/termite/config b/.config/termite/config index 9673da6..303ed75 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -3,45 +3,39 @@ resize_grip = false scroll_on_output = false scroll_on_keystroke = true audible_bell = false -visible_bell = false mouse_autohide = false allow_bold = true dynamic_title = true urgent_on_bell = true clickable_url = true font = Monospace 9 -scrollback_lines = 6000 +scrollback_lines = 10000 search_wrap = true -#icon_name = terminal +icon_name = terminal #geometry = 640x480 -# 0.0: opaque, 1.0: transparent -transparency = 0.11 -pseudo_transparency = false - # "system", "on" or "off" cursor_blink = system # "block", "underline" or "ibeam" -cursor_shape = block +cursor_shape = ibeam # $BROWSER is used by default #browser = firefox -# word characters used for word selection -# (default if unset: all graphic non-punctuation/space characters) -#word_chars = -A-Za-z0-9,./?%&#:_=+@~ - # set size hints for the window #size_hints = false +# emit escape sequences for other keys modified by Control +#modify_other_keys = false + [colors] foreground = #dcdccc foreground_bold = #ffffff #foreground_dim = #888888 background = #3f3f3f background = #111010 -#cursor = #dcdccc +cursor = #dcdccc # if unset, will reverse foreground and background highlight = #2f2f2f @@ -73,4 +67,4 @@ color15 = #ffffff #border_width = 0.5 #roundness = 2.0 -# vim: ft=dosini +# vim: ft=dosini cms=#%s |