config: Sort contents of [options] alphabetically

This commit is contained in:
Daniel M. Capella 2016-11-17 18:13:51 -05:00
parent 8f2aaa0844
commit eac212f84f
No known key found for this signature in database
GPG Key ID: EA4F7B321A906AD9
1 changed files with 14 additions and 14 deletions

28
config
View File

@ -1,18 +1,21 @@
[options]
#scroll_on_output = false
#scroll_on_keystroke = true
#audible_bell = false
#mouse_autohide = false
#allow_bold = true
#dynamic_title = true
#urgent_on_bell = true
#audible_bell = false
#clickable_url = true
#dynamic_title = true
font = Monospace 9
#fullscreen = true
#geometry = 640x480
#icon_name = terminal
#mouse_autohide = false
#scroll_on_output = false
#scroll_on_keystroke = true
scrollback_lines = 10000
#search_wrap = true
#icon_name = terminal
#geometry = 640x480
#urgent_on_bell = true
# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = xdg-open
# "system", "on" or "off"
#cursor_blink = system
@ -20,18 +23,15 @@ scrollback_lines = 10000
# "block", "underline" or "ibeam"
#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
#filter_unmatched_urls = true
# Emit escape sequences for extra modified keys
#modify_other_keys = false
# set size hints for the window
#size_hints = false
[colors]
# If both of these are unset, cursor falls back to the foreground color,
# and cursor_foreground falls back to the background color.