update termite config
This commit is contained in:
parent
a43b4bb8d0
commit
043c94f9cc
1 changed files with 31 additions and 18 deletions
|
@ -1,17 +1,27 @@
|
||||||
[options]
|
[options]
|
||||||
|
allow_bold = true
|
||||||
|
audible_bell = false
|
||||||
|
#bold_is_bright = true
|
||||||
|
clickable_url = true
|
||||||
|
client_side_decoration = false
|
||||||
|
dynamic_title = true
|
||||||
|
#font = Monospace 9
|
||||||
|
#font = envypn 9
|
||||||
|
#fullscreen = true
|
||||||
|
#geometry = 640x480
|
||||||
|
#icon_name = terminal
|
||||||
|
mouse_autohide = false
|
||||||
scroll_on_output = false
|
scroll_on_output = false
|
||||||
scroll_on_keystroke = true
|
scroll_on_keystroke = true
|
||||||
audible_bell = false
|
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
||||||
mouse_autohide = false
|
# and setting it to a negative value means "infinite scrollback"
|
||||||
allow_bold = true
|
|
||||||
dynamic_title = true
|
|
||||||
urgent_on_bell = true
|
|
||||||
clickable_url = true
|
|
||||||
#font = envypn 9
|
|
||||||
scrollback_lines = 10000
|
scrollback_lines = 10000
|
||||||
search_wrap = true
|
search_wrap = true
|
||||||
#icon_name = terminal
|
urgent_on_bell = true
|
||||||
#geometry = 640x480
|
#hyperlinks = false
|
||||||
|
|
||||||
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||||
|
browser = firefox
|
||||||
|
|
||||||
# "system", "on" or "off"
|
# "system", "on" or "off"
|
||||||
cursor_blink = system
|
cursor_blink = system
|
||||||
|
@ -19,21 +29,24 @@ cursor_blink = system
|
||||||
# "block", "underline" or "ibeam"
|
# "block", "underline" or "ibeam"
|
||||||
cursor_shape = block
|
cursor_shape = block
|
||||||
|
|
||||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
# Hide links that are no longer valid in url select overlay mode
|
||||||
browser = firefox
|
filter_unmatched_urls = true
|
||||||
|
|
||||||
|
# Emit escape sequences for extra modified keys
|
||||||
|
#modify_other_keys = false
|
||||||
|
|
||||||
# set size hints for the window
|
# set size hints for the window
|
||||||
#size_hints = false
|
#size_hints = false
|
||||||
|
|
||||||
# Hide links that are no longer valid in url select overlay mode
|
# "off", "left" or "right"
|
||||||
filter_unmatched_urls = true
|
#scrollbar = off
|
||||||
|
|
||||||
# emit escape sequences for extra modified keys
|
|
||||||
#modify_other_keys = false
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
# If both of these are unset, cursor falls back to the foreground color,
|
||||||
|
# and cursor_foreground falls back to the background color.
|
||||||
cursor = #999999
|
cursor = #999999
|
||||||
cursor_foreground = #cccccc
|
cursor_foreground = #cccccc
|
||||||
|
|
||||||
foreground = #cccccc
|
foreground = #cccccc
|
||||||
foreground_bold = #ffffff
|
foreground_bold = #ffffff
|
||||||
background = #333333
|
background = #333333
|
||||||
|
@ -41,10 +54,10 @@ background = #333333
|
||||||
# 20% background transparency (requires a compositor)
|
# 20% background transparency (requires a compositor)
|
||||||
background = rgba(51, 51, 51, 0.90)
|
background = rgba(51, 51, 51, 0.90)
|
||||||
|
|
||||||
# if unset, will reverse foreground and background
|
# If unset, will reverse foreground and background
|
||||||
#highlight = #2f2f2f
|
#highlight = #2f2f2f
|
||||||
|
|
||||||
# colors from color0 to color254 can be set
|
# Colors from color0 to color254 can be set
|
||||||
color0 = #666666
|
color0 = #666666
|
||||||
color1 = #CC6699
|
color1 = #CC6699
|
||||||
color2 = #99CC66
|
color2 = #99CC66
|
||||||
|
|
Loading…
Reference in a new issue