X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fper-workspace-layout.pl;h=4a2b4b9e2745e01edec43c87d6c3b2b4a21428be;hb=3745e6f4843b638fcc73c3b499bdae4bc6f6132c;hp=9304b6fda04d8ff64e2e9bccedfca758db86eafa;hpb=da0acb20800999558b6302b2dea3e954a9c0ea26;p=i3%2Fi3 diff --git a/contrib/per-workspace-layout.pl b/contrib/per-workspace-layout.pl index 9304b6fd..4a2b4b9e 100644 --- a/contrib/per-workspace-layout.pl +++ b/contrib/per-workspace-layout.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # vim:ts=4:sw=4:expandtab # © 2012 Michael Stapelberg -# Licensed under BSD license, see http://code.i3wm.org/i3/tree/LICENSE +# Licensed under BSD license, see https://github.com/i3/i3/blob/next/LICENSE # # Append this line to your i3 config file: # exec_always ~/per-workspace-layout.pl @@ -14,6 +14,7 @@ use warnings; use AnyEvent; use AnyEvent::I3; use v5.10; +use utf8; my %layouts = ( '4' => 'tabbed',