make the main window a regular window (visible in tasks list)

This commit is contained in:
Daniel Pavel 2013-06-20 13:51:42 +02:00
parent 4e3fccb009
commit f095a74f2a
1 changed files with 2 additions and 2 deletions

View File

@ -313,8 +313,8 @@ def _create():
window.set_role('status-window')
# window.set_type_hint(Gdk.WindowTypeHint.UTILITY)
window.set_skip_taskbar_hint(True)
window.set_skip_pager_hint(True)
# window.set_skip_taskbar_hint(True)
# window.set_skip_pager_hint(True)
window.set_keep_above(True)
window.connect('delete-event', _hide)