diff --git a/ansible/dconf/tasks/main.yml b/ansible/dconf/tasks/main.yml index 7a786e3..97f6eab 100644 --- a/ansible/dconf/tasks/main.yml +++ b/ansible/dconf/tasks/main.yml @@ -12,9 +12,9 @@ command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['Up']" - name: Center window with ['Return'] command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['Return']" -- name: Don't automount drives - command: dconf write /org/gnome/desktop/media-handling/automount false -- name: Don't auto open mounted drives - command: dconf write /org/gnome/desktop/media-handling/automount-open false +# - name: Don't automount drives +# command: dconf write /org/gnome/desktop/media-handling/automount false +# - name: Don't auto open mounted drives +# command: dconf write /org/gnome/desktop/media-handling/automount-open false - name: Emulate right-click with two fingers command: dconf write /org/gnome/desktop/peripherals/touchpad/click-method "'fingers'"