From 2020ac9cd055bb67ee93896ec6c97398c235e1e5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 2 Nov 2014 17:29:55 +0100 Subject: termite: Setting ibeam cursor, different colors, cleaning up config --- .config/termite/config | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to '.config/termite/config') 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 -- cgit v1.2.3-54-g00ecf From 4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Nov 2014 14:20:13 +0100 Subject: termite: Removing all non-valid settings. Adding transparency setting and colors again. --- .config/termite/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config/termite/config') diff --git a/.config/termite/config b/.config/termite/config index 303ed75..fec0056 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -1,5 +1,4 @@ [options] -resize_grip = false scroll_on_output = false scroll_on_keystroke = true audible_bell = false @@ -30,12 +29,13 @@ cursor_shape = ibeam #modify_other_keys = false [colors] +#cursor = #dcdccc foreground = #dcdccc foreground_bold = #ffffff -#foreground_dim = #888888 -background = #3f3f3f -background = #111010 -cursor = #dcdccc +background = #000000 + +# 20% background transparency (requires a compositor) +background = rgba(00, 00, 00, 0.9) # if unset, will reverse foreground and background highlight = #2f2f2f @@ -62,6 +62,8 @@ color15 = #ffffff #font = Monospace 12 #foreground = #dcdccc #background = #3f3f3f +#active_foreground = #e68080 +#active_background = #3f3f3f #padding = 2 #border = #3f3f3f #border_width = 0.5 -- cgit v1.2.3-54-g00ecf