Automount drives

Turns out drive automounting is useful. Don't disable it.
This commit is contained in:
ducoterra
2022-02-10 11:37:17 -05:00
parent a83311cb04
commit e385e42ab7

View File

@@ -12,9 +12,9 @@
command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['<Super>Up']" command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['<Super>Up']"
- name: Center window with ['<Super>Return'] - name: Center window with ['<Super>Return']
command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['<Super><Alt>Return']" command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['<Super><Alt>Return']"
- name: Don't automount drives # - name: Don't automount drives
command: dconf write /org/gnome/desktop/media-handling/automount false # command: dconf write /org/gnome/desktop/media-handling/automount false
- name: Don't auto open mounted drives # - name: Don't auto open mounted drives
command: dconf write /org/gnome/desktop/media-handling/automount-open false # command: dconf write /org/gnome/desktop/media-handling/automount-open false
- name: Emulate right-click with two fingers - name: Emulate right-click with two fingers
command: dconf write /org/gnome/desktop/peripherals/touchpad/click-method "'fingers'" command: dconf write /org/gnome/desktop/peripherals/touchpad/click-method "'fingers'"