]> git.sev.monster Git - dotfiles.git/blobdiff - bin/i3-printinfo
zprofile: remove unnecessary variable
[dotfiles.git] / bin / i3-printinfo
index 60150d696dea05259ce946a76e79ef9ede91f0db..4c3b8d148129ca623e469055e9b41b792862ee78 100755 (executable)
@@ -18,7 +18,7 @@ if (not defined $str) {
 
 $i3->subscribe({
     $ev => sub {
-        # XXX: there has to be a better way to do this
+        # XXX: there has to be a way to make this one line
         my ($msg) = @_;
         # XXX: not escaped
         say Text::Template::fill_in_string($str, HASH=>$msg->{'container'});
This page took 0.034182 seconds and 4 git commands to generate.