From c6b2bac23be47a8837654875e8689eea0291512d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 9 Jan 2021 22:30:18 -0500 Subject: [PATCH] remove sway application launcher --- scripts/application_launcher.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 scripts/application_launcher.sh 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