From 5a1a17fa8356eaf429acd7d912b4d5d46f35c0aa Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Wed, 24 Apr 2024 17:16:40 -0500 Subject: [PATCH] remove extra echo statement --- ftl.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/ftl.fish b/ftl.fish index 8e2786f..7a12e95 100755 --- a/ftl.fish +++ b/ftl.fish @@ -10,5 +10,4 @@ if test (count $app) -gt 2 else set title (string trim --left $app[2]) end -echo $title wlrctl toplevel focus title:$title