„mint.sh“ ändern
This commit is contained in:
parent
cf05bb6caa
commit
a1ed521b8a
6
mint.sh
6
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"'
|
||||
|
Loading…
Reference in New Issue
Block a user