contrib
debian
docs
i3-config-wizard
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar
include
libi3
man
Makefile
asciidoc.conf
i3-config-wizard.man
i3-dump-log.man
i3-input.man
i3-migrate-config-to-v4.man
i3-msg.man
i3-nagbar.man
i3-sensible-editor.man
i3-sensible-pager.man
i3-sensible-terminal.man
i3.man
i3bar.man
man.mk
parser-specs
src
testcases
tests
yajl-fallback
.gitignore
DEPENDS
LICENSE
Makefile
PACKAGE-MAINTAINER
RELEASE-NOTES-4.2
RELEASE-NOTES-4.3
common.mk
generate-command-parser.pl
i3-migrate-config-to-v4
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal
i3.applications.desktop
i3.config
i3.config.keycodes
i3.xsession.desktop
logo.svg
pseudo-doc.doxygen
35 lines
942 B
Groff
35 lines
942 B
Groff
i3-migrate-config-to-v4(1)
|
|
==========================
|
|
Michael Stapelberg <michael+i3@stapelberg.de>
|
|
v4.0, July 2011
|
|
|
|
== NAME
|
|
|
|
i3-migrate-config-to-v4 - migrates your i3 config file
|
|
|
|
== SYNOPSIS
|
|
|
|
-------------------------------------------------------
|
|
mv ~/.i3/config ~/.i3/old.config
|
|
i3-migrate-config-to-v4 ~/.i3/old.config > ~/.i3/config
|
|
-------------------------------------------------------
|
|
|
|
== DESCRIPTION
|
|
|
|
i3-migrate-config-to-v4 is a Perl script which migrates your old (< version 4)
|
|
configuration files to a version 4 config file. The most significant changes
|
|
are the new commands (see the release notes).
|
|
|
|
This script will automatically be run by i3 when it detects an old config file.
|
|
Please migrate your config file as soon as possible. We plan to include this
|
|
script in all i3 release until 2012-08-01. Afterwards, old config files will no
|
|
longer be supported.
|
|
|
|
== SEE ALSO
|
|
|
|
i3(1)
|
|
|
|
== AUTHOR
|
|
|
|
Michael Stapelberg and contributors
|