This commit is contained in:
Stephan Raabe
2023-10-12 13:23:55 +02:00
parent 7be6a07e10
commit 8541d3ae8b
13 changed files with 26 additions and 56 deletions
+2 -7
View File
@@ -9,10 +9,5 @@
# by Stephan Raabe (2023)
# -----------------------------------------------------
if [ -f "/usr/bin/nautilus" ]; then
echo "nautilus is installed."
nautilus --new-window
else
echo "nautilus not installed. Launching thunar instead."
thunar
fi;
thunar