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'"