From 88ea1f564737bc68db0b6fc49bd538d8cdf3c9f7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Oct 2018 12:51:07 +0200 Subject: Add termite config Signed-off-by: Florian Pritz --- .config/termite/config | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .config/termite/config (limited to '.config') diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..4322a93 --- /dev/null +++ b/.config/termite/config @@ -0,0 +1,76 @@ +[options] +resize_grip = false +scroll_on_output = false +scroll_on_keystroke = true +audible_bell = false +visible_bell = false +mouse_autohide = false +allow_bold = false +dynamic_title = true +urgent_on_bell = true +clickable_url = true +#font = DejaVu Sans Mono 9 +font = foxxx0 foxxx0font 14px +scrollback_lines = 1000 +search_wrap = true +#icon_name = terminal +geometry = 125x43 + +# 0.0: opaque, 1.0: transparent +transparency = 0.0 +pseudo_transparency = false + +# "system", "on" or "off" +cursor_blink = system + +# "block", "underline" or "ibeam" +cursor_shape = block + +# $BROWSER is used by default +browser = urxvt-link.sh + +# 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 = true + +[colors] +foreground = #CCCCCC +foreground_bold = #CCCCCC +foreground_dim = #CCCCCC +background = #000000 +cursor = #8BDE79 + +# if unset, will reverse foreground and background +highlight = #444444 + +# colors from color0 to color254 can be set +color0 = #1A1A1A +color1 = #993D6B +color2 = #6B993D +color3 = #996B3D +color4 = #3D6B99 +color5 = #6B3D99 +color6 = #3D996B +color7 = #CCCCCC +color8 = #4D4D4D +color9 = #F5007B +color10 = #7BF500 +color11 = #F57900 +color12 = #007BF5 +color13 = #7B00F5 +color14 = #00F57B +color15 = #e6e6e6 + +[hints] +#font = DejaVu Sans Mono 12 +#foreground = #CCCCCC +#background = #000000 +#padding = 2 +#border = #3f3f3f +#border_width = 0.5 +#roundness = 2.0 + +# vim: ft=dosini -- cgit v1.2.3-24-g4f1b