mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 01:34:21 +02:00
dimmer: don't set wmclass
Gtk automatically does that.
This commit is contained in:
parent
bfda96a86c
commit
ce96bd5b32
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ if __name__ == "__main__":
|
|||
once = []
|
||||
|
||||
window = Gtk.Window()
|
||||
window.set_wmclass("dimmer", "Dimmer")
|
||||
window.set_app_paintable(True)
|
||||
window.set_type_hint(Gdk.WindowTypeHint.SPLASHSCREEN)
|
||||
window.set_visual(window.get_screen().get_rgba_visual())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue