From: Michael Stapelberg Date: Tue, 12 Jul 2011 19:29:30 +0000 (+0200) Subject: migrate-config: t → floating toggle (Thanks eeemsi) X-Git-Tag: tree-pr4~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1190bef4478eb4bb0a74b7dc41c1a984fff84e3;p=i3%2Fi3 migrate-config: t → floating toggle (Thanks eeemsi) --- diff --git a/i3-migrate-config-to-v4.pl b/i3-migrate-config-to-v4.pl index f4f970df..0d1d0183 100755 --- a/i3-migrate-config-to-v4.pl +++ b/i3-migrate-config-to-v4.pl @@ -207,7 +207,7 @@ sub convert_command { qr/^T/ => 'layout tabbed', qr/^f($|[^go])/ => 'fullscreen', qr/^fg/ => 'fullscreen global', - qr/^t/ => 'focus mode_toggle', + qr/^t/ => 'floating toggle', qr/^h/ => 'focus left', qr/^j($|[^u])/ => 'focus down', qr/^k/ => 'focus up',