Skip to content

Commit

Permalink
Edited showtime and wsoverview, in relation to each other, to make an…
Browse files Browse the repository at this point in the history
… end to the useless mention of the showtime (desktop clock-) window in wsoverview.
  • Loading branch information
Jacob-Vlijm committed Jan 27, 2018
1 parent b0bf3aa commit 5675cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions budgie-showtime/ShowTime
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class ShowTimeWin(Gtk.Window):

# window props, bindings
self.set_keep_below(True)
self.set_wmclass("Showtime", "showtime")
self.set_type_hint(Gdk.WindowTypeHint.DESKTOP)
self.set_decorated(False)
self.connect("destroy", Gtk.main_quit)
Expand Down
6 changes: 2 additions & 4 deletions budgie-wsoverview/wsotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@

# wm_classes to be ignored
ignore = [
'"budgie-panel", "Budgie-panel"',
'"desktop_window", "Nautilus"',
'"plank", "Plank"',
None,
'"budgie-panel", "Budgie-panel"', '"desktop_window", "Nautilus"',
'"plank", "Plank"', '"Showtime", "showtime"', None,
]


Expand Down

0 comments on commit 5675cf3

Please sign in to comment.