Remove v3 to v4 automatic migration logic (#6144)

Closes https://github.com/i3/i3/issues/6131
This commit is contained in:
Orestis Floros
2024-07-09 20:03:57 +02:00
committed by GitHub
parent 5413c15e97
commit 05feaecf8a
140 changed files with 18 additions and 488 deletions

View File

@ -358,15 +358,6 @@ keyboard layout. To start the wizard, use the command +i3-config-wizard+.
Please note that you must not have +~/.i3/config+, otherwise the wizard will
exit.
Since i3 4.0, a new configuration format is used. i3 will try to automatically
detect the format version of a config file based on a few different keywords,
but if you want to make sure that your config is read with the new format,
include the following line in your config file:
---------------------
# i3 config file (v4)
---------------------
[[include]]
=== Include directive