dotfiles/script/.local/bin/launcher

9 lines
204 B
Bash
Executable File

#!/usr/bin/env bash
# ericonr's script for launching applications with the appropriate env
source ~/.local/bin/wayland-vars
generic-launcher bash -c 'compgen -c | sort -u | fzf --border | xargs lnch'