diff --git a/fedora/protonvpn.sh b/fedora/protonvpn.sh index 1dfa3b4..9198424 100644 --- a/fedora/protonvpn.sh +++ b/fedora/protonvpn.sh @@ -4,7 +4,11 @@ sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1 sudo dnf install protonvpn -y echo "[org/gnome/desktop/interface] -gtk-theme='Arc-Dark'" | sudo tee /etc/dconf/db/local.d/custom +gtk-theme='Arc-Dark' + +[org/gnome/desktop/media-handling] +automount=false +automount-open=false" | sudo tee /etc/dconf/db/local.d/custom sudo dconf update