do not display network connect notifications
This commit is contained in:
parent
f5d73057f4
commit
f1fd0ce24f
1 changed files with 4 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue