diff options
| -rwxr-xr-x | gsettings.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gsettings.sh b/gsettings.sh index 6e77aa6..8391b75 100755 --- a/gsettings.sh +++ b/gsettings.sh @@ -8,8 +8,12 @@ gsettings set org.gnome.desktop.session idle-delay 0 gsettings set org.gnome.mutter overlay-key '' # Disable update notification -#gsettings set org.gnome.software download-updates false -gsettings set com.ubuntu.update-notifier no-show-notifications true +gsettings set org.gnome.software download-updates false +#gsettings set com.ubuntu.update-notifier no-show-notifications true +gconftool -s --type bool /apps/update-notifier/auto_launch false +#sudo rm /etc/xdg/autostart/upg-notifier-autostart.desktop +#sudo mv /etc/xdg/autostart/update-notifier.desktop /etc/xdg/autostart/update-notifier.desktop.old +#sudo mv /etc/xdg/autostart/gnome-software-service.desktop /etc/xdg/autostart/gnome-software-service.desktop.old # Custom Keybinding Names gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']" |
