From 9af25780bf644a87cc3fe5b5bcd3b883c23c21ab Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 1 Aug 2022 14:06:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emint.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mint.sh | 4 ++++ 1 file changed, 4 insertions(+) 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'"