]> git.sur5r.net Git - i3/i3/commitdiff
migrate-config: t → floating toggle (Thanks eeemsi)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 12 Jul 2011 19:29:30 +0000 (21:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 12 Jul 2011 19:29:30 +0000 (21:29 +0200)
i3-migrate-config-to-v4.pl

index f4f970df022c4194648f37c112bdccb50ae864dd..0d1d018350b69d426f59e4f9d00b75b40df79201 100755 (executable)
@@ -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',