diff --git a/libstormgames.py b/libstormgames.py index 3483f20..d888c39 100755 --- a/libstormgames.py +++ b/libstormgames.py @@ -9,6 +9,7 @@ from os import listdir from os.path import isfile, join from inspect import isfunction from xdg import BaseDirectory +from setproctitle import setproctitle import pygame import pyperclip import random @@ -76,6 +77,7 @@ def initialize_gui(gameTitle): # Set game's name global gameName gameName = gameTitle + setproctitle(gameTitle) # start pygame pygame.init() # start the display (required by the event loop)