]> git.sur5r.net Git - i3/i3/blob - man/i3-migrate-config-to-v4.man
Merge branch 'release-4.16.1'
[i3/i3] / man / i3-migrate-config-to-v4.man
1 i3-migrate-config-to-v4(1)
2 ==========================
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.0, July 2011
5
6 == NAME
7
8 i3-migrate-config-to-v4 - migrates your i3 config file
9
10 == SYNOPSIS
11
12 -------------------------------------------------------
13 mv ~/.i3/config ~/.i3/old.config
14 i3-migrate-config-to-v4 ~/.i3/old.config > ~/.i3/config
15 -------------------------------------------------------
16
17 == DESCRIPTION
18
19 i3-migrate-config-to-v4 is a Perl script which migrates your old (< version 4)
20 configuration files to a version 4 config file. The most significant changes
21 are the new commands (see the release notes).
22
23 This script will automatically be run by i3 when it detects an old config file.
24 Please migrate your config file as soon as possible. We plan to include this
25 script in all i3 release until 2012-08-01. Afterwards, old config files will no
26 longer be supported.
27
28 == SEE ALSO
29
30 i3(1)
31
32 == AUTHOR
33
34 Michael Stapelberg and contributors