From 3ef71ab1fc24bf90ba918f784a60d1dfd7673fa8 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Wed, 24 Apr 2024 17:04:34 -0500 Subject: [PATCH] list dependencies --- ftl.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/ftl.fish b/ftl.fish index 0455ab2..8e2786f 100755 --- a/ftl.fish +++ b/ftl.fish @@ -1,4 +1,5 @@ #!/bin/env fish +# script uses tofi and wlrctl (and fish, duh) set input (wlrctl toplevel list | tofi) set app (string split : $input)