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',