diff --git a/mint.sh b/mint.sh index 64d845f..e6d10a1 100644 --- a/mint.sh +++ b/mint.sh @@ -64,6 +64,10 @@ dconf write /org/cinnamon/desktop/keybindings/custom-keybindings/custom8/binding dconf write /org/cinnamon/desktop/keybindings/custom-keybindings/custom8/name '"Lockscreen"' dconf write /org/cinnamon/desktop/keybindings/custom-list "['__dummy__'$(dconf dump / 2>&1 | egrep '^\[org/cinnamon/desktop/keybindings/custom-keybindings/' | cut -d/ -f 6 | cut -d] -f1 | perl -pe "s/(.+)\n/, '\$1'/g")]" +# Nemo Filemanager Settings +dconf write /org/nemo/preferences/default-folder-viewer "'list-view'" +dconf write /org/nemo/preferences/show-location-entry true + # dark theme #dconf write /org/cinnamon/desktop/interface/gtk-theme "'Mint-Y-Dark'" #dconf write /org/cinnamon/desktop/interface/icon-theme "'Mint-Y-Dark'"