How to use wnck not to show certain application windows? For example, I get a list of all open applications:
from gi.repository import Gtk, Wnck Gtk.main_iteration() screen = Wnck.Screen.get_default() screen.force_update() screen.get_windows() Conclusion:
Window object at 0x167bd20 (WnckWindow at 0x195d0e0), Window object at 0x167bf00 (WnckWindow at 0x195d740), Window object at 0x167bf50 (WnckWindow at 0x195d850) For example, my application is called "SampleApp". How to get it indifikator and hide it from the list?