
17 Apr
2015
17 Apr
'15
12:07 p.m.
Hi Matt, On Thu, Apr 16, 2015 at 10:56 AM, Matt Price <moptop99@gmail.com> wrote:
I'm running Gnome 3.16 in Arch Linux. When I am working, I would like to be able to shut off desktop notifications, preferably from the command line or with a keyboard shortcut. I figure there must be a way to do this, but I can't find a setting in gconf-settings or other likely places.
I asked on the #docs IRC channel and Alexandre Franke supplied this answer: First of all, dconf and gsettings replaced gconf. gsettings set org.gnome.desktop.notifications enable true (and obviously it's enable false to have them disabled) Source: the GNOME control center source code. Mike