config: Comment out default options
This commit is contained in:
parent
0e6dcdcc46
commit
8f2aaa0844
30
config
30
config
|
@ -1,24 +1,24 @@
|
||||||
[options]
|
[options]
|
||||||
scroll_on_output = false
|
#scroll_on_output = false
|
||||||
scroll_on_keystroke = true
|
#scroll_on_keystroke = true
|
||||||
audible_bell = false
|
#audible_bell = false
|
||||||
mouse_autohide = false
|
#mouse_autohide = false
|
||||||
allow_bold = true
|
#allow_bold = true
|
||||||
dynamic_title = true
|
#dynamic_title = true
|
||||||
urgent_on_bell = true
|
#urgent_on_bell = true
|
||||||
clickable_url = true
|
#clickable_url = true
|
||||||
font = Monospace 9
|
font = Monospace 9
|
||||||
#fullscreen = true
|
#fullscreen = true
|
||||||
scrollback_lines = 10000
|
scrollback_lines = 10000
|
||||||
search_wrap = true
|
#search_wrap = true
|
||||||
#icon_name = terminal
|
#icon_name = terminal
|
||||||
#geometry = 640x480
|
#geometry = 640x480
|
||||||
|
|
||||||
# "system", "on" or "off"
|
# "system", "on" or "off"
|
||||||
cursor_blink = system
|
#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
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||||
#browser = xdg-open
|
#browser = xdg-open
|
||||||
|
@ -27,7 +27,7 @@ cursor_shape = block
|
||||||
#size_hints = false
|
#size_hints = false
|
||||||
|
|
||||||
# Hide links that are no longer valid in url select overlay mode
|
# Hide links that are no longer valid in url select overlay mode
|
||||||
filter_unmatched_urls = true
|
#filter_unmatched_urls = true
|
||||||
|
|
||||||
# Emit escape sequences for extra modified keys
|
# Emit escape sequences for extra modified keys
|
||||||
#modify_other_keys = false
|
#modify_other_keys = false
|
||||||
|
@ -38,9 +38,9 @@ filter_unmatched_urls = true
|
||||||
#cursor = #dcdccc
|
#cursor = #dcdccc
|
||||||
#cursor_foreground = #dcdccc
|
#cursor_foreground = #dcdccc
|
||||||
|
|
||||||
foreground = #dcdccc
|
#foreground = #dcdccc
|
||||||
foreground_bold = #ffffff
|
#foreground_bold = #ffffff
|
||||||
background = #3f3f3f
|
#background = #3f3f3f
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
# 20% background transparency (requires a compositor)
|
||||||
#background = rgba(63, 63, 63, 0.8)
|
#background = rgba(63, 63, 63, 0.8)
|
||||||
|
|
Loading…
Reference in New Issue