2013-09-09 12:27:24 +02:00
|
|
|
[options]
|
|
|
|
allow_bold = true
|
2019-03-28 15:22:50 +01:00
|
|
|
audible_bell = false
|
|
|
|
#bold_is_bright = true
|
2013-09-09 12:27:24 +02:00
|
|
|
clickable_url = true
|
2019-03-28 15:22:50 +01:00
|
|
|
client_side_decoration = false
|
|
|
|
dynamic_title = true
|
|
|
|
#font = Monospace 9
|
2017-07-04 14:02:38 +02:00
|
|
|
#font = envypn 9
|
2019-03-28 15:22:50 +01:00
|
|
|
#fullscreen = true
|
|
|
|
#geometry = 640x480
|
|
|
|
#icon_name = terminal
|
|
|
|
mouse_autohide = false
|
|
|
|
scroll_on_output = false
|
|
|
|
scroll_on_keystroke = true
|
|
|
|
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
|
|
|
# and setting it to a negative value means "infinite scrollback"
|
2013-09-09 12:27:24 +02:00
|
|
|
scrollback_lines = 10000
|
|
|
|
search_wrap = true
|
2019-03-28 15:22:50 +01:00
|
|
|
urgent_on_bell = true
|
|
|
|
#hyperlinks = false
|
|
|
|
|
|
|
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
|
|
|
browser = firefox
|
2013-09-09 12:27:24 +02:00
|
|
|
|
|
|
|
# "system", "on" or "off"
|
|
|
|
cursor_blink = system
|
|
|
|
|
|
|
|
# "block", "underline" or "ibeam"
|
|
|
|
cursor_shape = block
|
|
|
|
|
2017-07-04 14:02:38 +02:00
|
|
|
# Hide links that are no longer valid in url select overlay mode
|
|
|
|
filter_unmatched_urls = true
|
|
|
|
|
2019-03-28 15:22:50 +01:00
|
|
|
# Emit escape sequences for extra modified keys
|
2014-12-02 16:44:36 +01:00
|
|
|
#modify_other_keys = false
|
2013-09-09 12:27:24 +02:00
|
|
|
|
2019-03-28 15:22:50 +01:00
|
|
|
# set size hints for the window
|
|
|
|
#size_hints = false
|
|
|
|
|
|
|
|
# "off", "left" or "right"
|
|
|
|
#scrollbar = off
|
|
|
|
|
2013-09-09 12:27:24 +02:00
|
|
|
[colors]
|
2019-03-28 15:22:50 +01:00
|
|
|
# If both of these are unset, cursor falls back to the foreground color,
|
|
|
|
# and cursor_foreground falls back to the background color.
|
2014-12-02 16:44:36 +01:00
|
|
|
cursor = #999999
|
2017-07-04 14:02:38 +02:00
|
|
|
cursor_foreground = #cccccc
|
2019-03-28 15:22:50 +01:00
|
|
|
|
2013-09-09 12:27:24 +02:00
|
|
|
foreground = #cccccc
|
|
|
|
foreground_bold = #ffffff
|
|
|
|
background = #333333
|
2014-12-02 16:44:36 +01:00
|
|
|
|
|
|
|
# 20% background transparency (requires a compositor)
|
2017-07-04 14:02:38 +02:00
|
|
|
background = rgba(51, 51, 51, 0.90)
|
2013-09-09 12:27:24 +02:00
|
|
|
|
2019-03-28 15:22:50 +01:00
|
|
|
# If unset, will reverse foreground and background
|
2013-09-09 12:27:24 +02:00
|
|
|
#highlight = #2f2f2f
|
|
|
|
|
2019-03-28 15:22:50 +01:00
|
|
|
# Colors from color0 to color254 can be set
|
2013-09-09 12:27:24 +02:00
|
|
|
color0 = #666666
|
|
|
|
color1 = #CC6699
|
|
|
|
color2 = #99CC66
|
|
|
|
color3 = #CC9966
|
|
|
|
color4 = #6699CC
|
|
|
|
color5 = #9966CC
|
|
|
|
color6 = #66CC99
|
|
|
|
color7 = #CCCCCC
|
|
|
|
color8 = #999999
|
|
|
|
color9 = #FF99CC
|
|
|
|
color10 = #CCFF99
|
|
|
|
color11 = #FFCC99
|
|
|
|
color12 = #99CCFF
|
|
|
|
color13 = #CC99FF
|
|
|
|
color14 = #99FFCC
|
|
|
|
color15 = #FFFFFF
|
|
|
|
|
|
|
|
[hints]
|
|
|
|
#font = Monospace 12
|
|
|
|
#foreground = #dcdccc
|
|
|
|
#background = #3f3f3f
|
2014-12-02 16:44:36 +01:00
|
|
|
#active_foreground = #e68080
|
2017-07-04 14:02:38 +02:00
|
|
|
active_background = #3f3f3f
|
2013-09-09 12:27:24 +02:00
|
|
|
#padding = 2
|
|
|
|
#border = #3f3f3f
|
|
|
|
#border_width = 0.5
|
|
|
|
#roundness = 2.0
|
|
|
|
|
2014-12-02 16:44:36 +01:00
|
|
|
# vim: ft=dosini cms=#%s
|