remove extra echo statement

This commit is contained in:
Octopus Octopus 2024-04-24 17:16:40 -05:00
parent d4670a3b3d
commit 5a1a17fa83
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ if test (count $app) -gt 2
else else
set title (string trim --left $app[2]) set title (string trim --left $app[2])
end end
echo $title
wlrctl toplevel focus title:$title wlrctl toplevel focus title:$title