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
|
if [ -f "/usr/bin/nautilus" ]; then
|
||||||
echo "nautilus is installed.";
|
echo "nautilus is installed.";
|
||||||
nautilus
|
nautilus --new-window
|
||||||
else
|
else
|
||||||
echo "nautilus not installed. Launching thunar instead."
|
echo "nautilus not installed. Launching thunar instead."
|
||||||
thunar
|
thunar
|
||||||
|
Loading…
Reference in New Issue
Block a user