Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Deal with UTF8 in per-workspace-layout.pl. (#2997)
Browse files Browse the repository at this point in the history
fixes #2996
  • Loading branch information
Airblader authored and stapelberg committed Sep 28, 2017
1 parent a05773e commit 7a7481e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/per-workspace-layout.pl
Expand Up @@ -14,6 +14,7 @@
use AnyEvent;
use AnyEvent::I3;
use v5.10;
use utf8;

my %layouts = (
'4' => 'tabbed',
Expand Down

0 comments on commit 7a7481e

Please sign in to comment.