diff --git a/scripts/application_launcher.sh b/scripts/application_launcher.sh deleted file mode 100755 index 2545375..0000000 --- a/scripts/application_launcher.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash - -# Dependencies: -# - alacritty -# - fzf -# - https://github.com/Biont/sway-launcher-desktop - -# Ensure that nix applications are discovered -PATH=$PATH:$HOME/.nix-profile/bin - -alacritty \ - --dimensions 80 20 \ - -e env \ - GLYPH_COMMAND="" \ - GLYPH_DESKTOP="" \ - GLYPH_PROMPT="? " \ - TERMINAL_COMMAND=alacritty \ - /usr/bin/sway-launcher-desktop