From 413841a335714c18694159f1d5dbc6a12af299ea Mon Sep 17 00:00:00 2001 From: Felecarp <82163172+Felecarpp@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:11:34 +0200 Subject: [PATCH] Add support of nautilus and nvim-qt --- 1080p/applets/menu/apps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1080p/applets/menu/apps.sh b/1080p/applets/menu/apps.sh index b5dd989..24f89b9 100755 --- a/1080p/applets/menu/apps.sh +++ b/1080p/applets/menu/apps.sh @@ -48,6 +48,8 @@ case $chosen in $files) if [[ -f /usr/bin/thunar ]]; then thunar & + elif [[ -f /usr/bin/nautilus ]]; then + nautilus & elif [[ -f /usr/bin/pcmanfm ]]; then pcmanfm & else @@ -57,6 +59,8 @@ case $chosen in $editor) if [[ -f /usr/bin/geany ]]; then geany & + elif [[ -f /usr/bin/nvim-qt ]]; then + nvim-qt & elif [[ -f /usr/bin/leafpad ]]; then leafpad & elif [[ -f /usr/bin/mousepad ]]; then