diff --git a/lib/solaar/ui/window.py b/lib/solaar/ui/window.py index 6e00f003..af1d3874 100644 --- a/lib/solaar/ui/window.py +++ b/lib/solaar/ui/window.py @@ -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)