Disable acceleration for the 'pointing stick'
This commit is contained in:
parent
008faf8a1b
commit
917f845c40
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ set_misc_preferences () {
|
|||
# Enable Tap to Click.
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click 'false'
|
||||
|
||||
# Disable acceleration for the 'pointing stick'.
|
||||
gsettings set org.gnome.desktop.peripherals.pointingstick accel-profile 'flat'
|
||||
|
||||
# Configure the top bar and calendar.
|
||||
gsettings set org.gnome.desktop.interface clock-format '24h'
|
||||
gsettings set org.gnome.desktop.interface clock-show-date true
|
||||
|
|
Loading…
Reference in a new issue