list dependencies

This commit is contained in:
Octopus Octopus 2024-04-24 17:04:34 -05:00
parent 75792fc813
commit 3ef71ab1fc
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/env fish #!/bin/env fish
# script uses tofi and wlrctl (and fish, duh)
set input (wlrctl toplevel list | tofi) set input (wlrctl toplevel list | tofi)
set app (string split : $input) set app (string split : $input)