config: Sort contents of [options] alphabetically
This commit is contained in:
parent
8f2aaa0844
commit
eac212f84f
28
config
28
config
|
@ -1,18 +1,21 @@
|
||||||
[options]
|
[options]
|
||||||
#scroll_on_output = false
|
|
||||||
#scroll_on_keystroke = true
|
|
||||||
#audible_bell = false
|
|
||||||
#mouse_autohide = false
|
|
||||||
#allow_bold = true
|
#allow_bold = true
|
||||||
#dynamic_title = true
|
#audible_bell = false
|
||||||
#urgent_on_bell = true
|
|
||||||
#clickable_url = true
|
#clickable_url = true
|
||||||
|
#dynamic_title = true
|
||||||
font = Monospace 9
|
font = Monospace 9
|
||||||
#fullscreen = true
|
#fullscreen = true
|
||||||
|
#geometry = 640x480
|
||||||
|
#icon_name = terminal
|
||||||
|
#mouse_autohide = false
|
||||||
|
#scroll_on_output = false
|
||||||
|
#scroll_on_keystroke = true
|
||||||
scrollback_lines = 10000
|
scrollback_lines = 10000
|
||||||
#search_wrap = true
|
#search_wrap = true
|
||||||
#icon_name = terminal
|
#urgent_on_bell = true
|
||||||
#geometry = 640x480
|
|
||||||
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||||
|
#browser = xdg-open
|
||||||
|
|
||||||
# "system", "on" or "off"
|
# "system", "on" or "off"
|
||||||
#cursor_blink = system
|
#cursor_blink = system
|
||||||
|
@ -20,18 +23,15 @@ scrollback_lines = 10000
|
||||||
# "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 = xdg-open
|
|
||||||
|
|
||||||
# set size hints for the window
|
|
||||||
#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
|
||||||
|
|
||||||
|
# set size hints for the window
|
||||||
|
#size_hints = false
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
# If both of these are unset, cursor falls back to the foreground color,
|
# If both of these are unset, cursor falls back to the foreground color,
|
||||||
# and cursor_foreground falls back to the background color.
|
# and cursor_foreground falls back to the background color.
|
||||||
|
|
Loading…
Reference in New Issue