From fdbbbb8492d839650a038d0656e3b7d2872243a4 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 18 Jul 2022 21:31: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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mint.sh b/mint.sh index 7e016ce..4305be8 100644 --- a/mint.sh +++ b/mint.sh @@ -34,6 +34,12 @@ dconf write /org/cinnamon/desktop/privacy/remember-recent-files false # Terminus font in Terminal dconf write "/org/gnome/terminal$(dconf dump /org/gnome/terminal/ | egrep '/profiles:...*' | sed 's/\[//g ; s/\]//g; s/\/$//')/font" "'Terminus (TTF) Medium 12'" +# Winkey+l=Locksreen +dconf write /org/cinnamon/desktop/keybindings/custom-keybindings/custom8/command '"cinnamon-screensaver-command --lock"' +dconf write /org/cinnamon/desktop/keybindings/custom-keybindings/custom8/binding "['l']" +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")]" + # dark theme #dconf write /org/cinnamon/desktop/interface/gtk-theme "'Mint-Y-Dark'" #dconf write /org/cinnamon/desktop/interface/icon-theme "'Mint-Y-Dark'"