diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index b256e9b..75f4e91 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -61,14 +61,13 @@ command: trust extract-compat become: yes - # Palm Rejection + # dconf settings - name: Turn off palm rejection command: dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing false - 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 + - name: Center new windows + command: dconf write /org/gnome/mutter/center-new-windows true # Daily Driver Tools - name: Ensure vim installed