Fix nautilus new window
This commit is contained in:
parent
69d8c1348e
commit
fb56cb2c61
@ -13,7 +13,7 @@ source ~/dotfiles/scripts/library.sh
|
||||
|
||||
if [ -f "/usr/bin/nautilus" ]; then
|
||||
echo "nautilus is installed.";
|
||||
nautilus
|
||||
nautilus --new-window
|
||||
else
|
||||
echo "nautilus not installed. Launching thunar instead."
|
||||
thunar
|
||||
|
Loading…
Reference in New Issue
Block a user