From fb56cb2c618a254c9f4f59115d303ec868bcc0d1 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 18 Sep 2023 19:21:10 +0200 Subject: [PATCH] Fix nautilus new window --- scripts/filemanager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/filemanager.sh b/scripts/filemanager.sh index 804feff..cf05fc5 100755 --- a/scripts/filemanager.sh +++ b/scripts/filemanager.sh @@ -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