dimmer: don't set wmclass

Gtk automatically does that.
This commit is contained in:
Vincent Bernat 2021-08-07 09:30:39 +02:00
parent bfda96a86c
commit ce96bd5b32

View file

@ -99,7 +99,6 @@ if __name__ == "__main__":
once = [] once = []
window = Gtk.Window() window = Gtk.Window()
window.set_wmclass("dimmer", "Dimmer")
window.set_app_paintable(True) window.set_app_paintable(True)
window.set_type_hint(Gdk.WindowTypeHint.SPLASHSCREEN) window.set_type_hint(Gdk.WindowTypeHint.SPLASHSCREEN)
window.set_visual(window.get_screen().get_rgba_visual()) window.set_visual(window.get_screen().get_rgba_visual())