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