do not display network connect notifications

This commit is contained in:
Simon Bruder 2018-04-01 21:24:20 +00:00
parent f5d73057f4
commit f1fd0ce24f
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,4 +1,8 @@
#!/bin/bash
# do not display connection notifications
gsettings set org.gnome.nm-applet disable-connected-notifications true
gsettings set org.gnome.nm-applet disable-disconnected-notifications true
# set background image
gsettings set org.mate.background picture-filename '/etc/lightdm/bg.jpg'