Added GNOME touchpad settings

This commit is contained in:
Filip Znachor 2023-08-10 18:58:56 +02:00
parent 665c3632e9
commit 7c7c8bb48b

View file

@ -4,5 +4,11 @@ gsettings set org.gnome.desktop.interface color-scheme prefer-dark
# Turn off the version check and allow unsupported extensions
gsettings set org.gnome.shell disable-extension-version-validation true
# Set button layout
# Set windows-like button layout
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
# Enable touchpad tap to click
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
# Enable left and right click touchpad areas
gsettings set org.gnome.desktop.peripherals.touchpad click-method "areas"