migrate-config: also migrate border toggle (bt) (Thanks woddf2)

This commit is contained in:
Michael Stapelberg
2011-07-09 01:02:13 +02:00
parent 0fe564d122
commit b63a559c28
2 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,7 @@ sub convert_command {
qr/^bn/ => 'border normal',
qr/^bp/ => 'border 1pixel',
qr/^bb/ => 'border none',
qr/^bt/ => 'border toggle',
qr/^pw/ => 'workspace prev',
qr/^nw/ => 'workspace next',
);