From f1190bef4478eb4bb0a74b7dc41c1a984fff84e3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 12 Jul 2011 21:29:30 +0200 Subject: [PATCH] =?utf8?q?migrate-config:=20t=20=E2=86=92=20floating=20tog?= =?utf8?q?gle=20(Thanks=20eeemsi)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- i3-migrate-config-to-v4.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5