diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-02 17:29:55 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-02 17:29:55 +0100 |
commit | 2020ac9cd055bb67ee93896ec6c97398c235e1e5 (patch) | |
tree | e09db53c795c3994f6bc80915bf6b784b4fe41d9 | |
parent | f968e30a50733dbbc3932fd58ec3319ad9ffc1a1 (diff) | |
download | dotfiles-2020ac9cd055bb67ee93896ec6c97398c235e1e5.tar.gz dotfiles-2020ac9cd055bb67ee93896ec6c97398c235e1e5.tar.bz2 dotfiles-2020ac9cd055bb67ee93896ec6c97398c235e1e5.tar.xz dotfiles-2020ac9cd055bb67ee93896ec6c97398c235e1e5.zip |
termite: Setting ibeam cursor, different colors, cleaning up config
-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 |