You are not logged in.

#1 2019-07-01 15:05:22

Strykar
Member
Registered: 2018-02-17
Posts: 61
Website

How to stop all gnome notifications when a steam game is running?

How can I pause/disable notifications when a Steam game starts and re-enable them when the game exits?
These popups can make me tab out of the game if my mouse happens to be around the top centre of the screen at the time and it's bloody annoying.

I play just two games, Dota and TF2 and I thought if I could launch them via a script that turns off notifications, but I'm unsure how to script to re-enable notifications once I exit the game, Steam is running all the time.

Offline

#2 2019-07-01 15:22:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: How to stop all gnome notifications when a steam game is running?

A googler for "disabling GNOME notifications" led me to https://superuser.com/questions/901916/ … 8-4-from-t

so

gsettings set org.gnome.desktop.notifications show-banners false
$gamecommand
gsettings set org.gnome.desktop.notifications show-banners true

Offline

Board footer

Powered by FluxBB