make the main window a regular window (visible in tasks list)
This commit is contained in:
parent
4e3fccb009
commit
f095a74f2a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue