From e385e42ab7ce689721ad948d7a2aeeadfd4eccc8 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 10 Feb 2022 11:37:17 -0500 Subject: [PATCH] Automount drives Turns out drive automounting is useful. Don't disable it. --- ansible/dconf/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'"