update termite conf to latest version
This commit is contained in:
parent
68a9d0fb07
commit
921e29114d
1 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,7 @@
|
||||||
[options]
|
[options]
|
||||||
resize_grip = false
|
|
||||||
scroll_on_output = false
|
scroll_on_output = false
|
||||||
scroll_on_keystroke = true
|
scroll_on_keystroke = true
|
||||||
audible_bell = false
|
audible_bell = false
|
||||||
visible_bell = false
|
|
||||||
mouse_autohide = false
|
mouse_autohide = false
|
||||||
allow_bold = true
|
allow_bold = true
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
|
@ -15,10 +13,6 @@ search_wrap = true
|
||||||
#icon_name = terminal
|
#icon_name = terminal
|
||||||
#geometry = 640x480
|
#geometry = 640x480
|
||||||
|
|
||||||
# 0.0: opaque, 1.0: transparent
|
|
||||||
transparency = 0.0
|
|
||||||
pseudo_transparency = false
|
|
||||||
|
|
||||||
# "system", "on" or "off"
|
# "system", "on" or "off"
|
||||||
cursor_blink = system
|
cursor_blink = system
|
||||||
|
|
||||||
|
@ -28,16 +22,20 @@ cursor_shape = block
|
||||||
# $BROWSER is used by default
|
# $BROWSER is used by default
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
|
||||||
# word characters used for word selection
|
# set size hints for the window
|
||||||
# (default if unset: all graphic non-punctuation/space characters)
|
#size_hints = false
|
||||||
word_chars = -A-Za-z0-9,./?%&#:_=+@~
|
|
||||||
|
# emit escape sequences for other keys modified by Control
|
||||||
|
#modify_other_keys = false
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
cursor = #999999
|
||||||
foreground = #cccccc
|
foreground = #cccccc
|
||||||
foreground_bold = #ffffff
|
foreground_bold = #ffffff
|
||||||
#foreground_dim = #888888
|
|
||||||
background = #333333
|
background = #333333
|
||||||
cursor = #999999
|
|
||||||
|
# 20% background transparency (requires a compositor)
|
||||||
|
background = rgba(51, 51, 51, 0.8)
|
||||||
|
|
||||||
# if unset, will reverse foreground and background
|
# if unset, will reverse foreground and background
|
||||||
#highlight = #2f2f2f
|
#highlight = #2f2f2f
|
||||||
|
@ -64,9 +62,11 @@ color15 = #FFFFFF
|
||||||
#font = Monospace 12
|
#font = Monospace 12
|
||||||
#foreground = #dcdccc
|
#foreground = #dcdccc
|
||||||
#background = #3f3f3f
|
#background = #3f3f3f
|
||||||
|
#active_foreground = #e68080
|
||||||
|
#active_background = #3f3f3f
|
||||||
#padding = 2
|
#padding = 2
|
||||||
#border = #3f3f3f
|
#border = #3f3f3f
|
||||||
#border_width = 0.5
|
#border_width = 0.5
|
||||||
#roundness = 2.0
|
#roundness = 2.0
|
||||||
|
|
||||||
# vim: ft=dosini
|
# vim: ft=dosini cms=#%s
|
||||||
|
|
Loading…
Reference in a new issue