Add a warning for manual edits to the config.

Closes #373.
This commit is contained in:
Florian Bruhin 2014-12-26 12:49:38 +01:00
parent 0c5aed284b
commit 4a632f85e0

View File

@ -41,6 +41,11 @@ FIRST_COMMENT = r"""
# Configfile for qutebrowser.
#
# WARNING:
#
# This config file will be OVERWRITTEN when closing qutebrowser.
# Close qutebrowser before changing this file, or YOUR CHANGES WILL BE LOST.
#
# This configfile is parsed by python's configparser in extended
# interpolation mode. The format is very INI-like, so there are
# categories like [general] with "key = value"-pairs.