Deal with UTF8 in per-workspace-layout.pl. (#2997)

fixes #2996
next
Ingo Bürk 2017-09-28 22:12:51 +02:00 committed by Michael Stapelberg
parent a05773e18b
commit 7a7481e578
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ use warnings;
use AnyEvent;
use AnyEvent::I3;
use v5.10;
use utf8;
my %layouts = (
'4' => 'tabbed',