From c8c192206051a56aa87190fad1c1ed84f39bf2e4 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 26 Jan 2026 13:03:58 -0500 Subject: [PATCH] Minor tweaks to steam notifications. --- src/cthulhu/script_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cthulhu/script_manager.py b/src/cthulhu/script_manager.py index e2b68b6..9ef82eb 100644 --- a/src/cthulhu/script_manager.py +++ b/src/cthulhu/script_manager.py @@ -81,6 +81,8 @@ class ScriptManager: {'Icedove': 'Thunderbird', 'Nereid': 'Banshee', 'gnome-calculator': 'gcalctool', + 'Steam': 'steamwebhelper', + 'Steam Web Helper': 'steamwebhelper', 'gtk-window-decorator': 'switcher', 'marco': 'switcher', 'xfce4-notifyd': 'notification-daemon',