Remove terminal launcher

This commit is contained in:
2023-06-14 21:15:14 +02:00
parent 95ef4cb016
commit e95270dd80
2 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
alacritty --class Launcher,Launcher -e sh \
-c 'compgen -c | sort -u | fzf --reverse | (x=$(cat); (set -m; exec $x &))'