From a1ed521b8a0bbdb27fee591a79f35dd5a71f7d85 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 2 Aug 2022 20:48:48 +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, 5 insertions(+), 1 deletion(-) diff --git a/mint.sh b/mint.sh index e6d10a1..3cd47aa 100644 --- a/mint.sh +++ b/mint.sh @@ -55,8 +55,12 @@ dconf write /com/linuxmint/updates/auto-update-flatpaks true # disable saving recent files dconf write /org/cinnamon/desktop/privacy/remember-recent-files false +# Touchpad Scrolling +dconf write /org/cinnamon/desktop/peripherals/touchpad/edge-scrolling-enabled true +dconf write /org/cinnamon/desktop/peripherals/touchpad/two-finger-scrolling-enabled 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'" +#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"'