-zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
-default-zoom = 100%
-message-timeout = 2000
-confirm-quit = downloads
-display-statusbar-messages = false
-zoom-text-only = false
-frame-flattening = false
-user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
-css-media-type =
-remove-finished-downloads = false
+smooth-scrolling = false
+
+# remove-finished-downloads (Int):
+# Number of milliseconds to wait before removing finished downloads.
+# Will not be removed if value is -1.
+# Default: -1
+remove-finished-downloads = -1
+
+# hide-statusbar (Bool):
+# Whether to hide the statusbar unless a message is shown.
+# Valid values: true, false
+# Default: false
+hide-statusbar = false
+
+# statusbar-padding (Padding):
+# Padding for statusbar (top, bottom, left, right).
+# Default: 1,1,0,0
+statusbar-padding = 1,1,0,0
+
+# window-title-format (FormatString):
+# The format to use for the window title. The following placeholders
+# are defined:
+# * `{perc}`: The percentage as a string like `[10%]`.
+# * `{perc_raw}`: The raw percentage, e.g. `10`
+# * `{title}`: The title of the current web page
+# * `{title_sep}`: The string ` - ` if a title is set, empty
+# otherwise.
+# * `{id}`: The internal window ID of this window.
+# * `{scroll_pos}`: The page scroll position.
+# * `{host}`: The host of the current web page.
+# * `{backend}`: Either 'webkit' or 'webengine'
+# * `{private}` : Indicates when private mode is enabled.
+# Default: {perc}{title}{title_sep}qutebrowser
+window-title-format = {perc}{title}{title_sep}qutebrowser
+
+# modal-js-dialog (Bool):
+# Use standard JavaScript modal dialog for alert() and confirm()
+# Valid values: true, false
+# Default: false
+modal-js-dialog = false
+
+# hide-wayland-decoration (Bool):
+# Hide the window decoration when using wayland (requires restart)
+# Valid values: true, false
+# Default: false
+hide-wayland-decoration = false
+
+# keyhint-blacklist (List of String):
+# Keychains that shouldn't be shown in the keyhint dialog
+# Globs are supported, so ';*' will blacklist all keychainsstarting
+# with ';'. Use '*' to disable keyhints
+# Default:
+keyhint-blacklist =
+
+# keyhint-delay (Int):
+# Time from pressing a key to seeing the keyhint dialog (ms)
+# Default: 500
+keyhint-delay = 500
+
+# prompt-radius (Int):
+# The rounding radius for the edges of prompts.
+# Default: 8
+prompt-radius = 8
+
+# prompt-filebrowser (Bool):
+# Show a filebrowser in upload/download prompts.
+# Valid values: true, false
+# Default: true
+prompt-filebrowser = true
+