diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index 9d0f7f9..b256e9b 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -64,7 +64,8 @@ # Palm Rejection - name: Turn off palm rejection command: dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing false - become: yes + - name: Set flat mouse acceleration profile + command: dconf write /org/gnome/desktop/peripherals/mouse/accel-profile "'flat'" - name: Reload dconf command: dconf update become: yes