diff --git a/main.pyw b/main.pyw index 7dfb25e..28b5e08 100644 --- a/main.pyw +++ b/main.pyw @@ -13,4 +13,7 @@ if os.path.sep == '/' and os.geteuid() != 0: ) app = application.Application() +app.lift() +app.attributes('-topmost', True) +app.after_idle(app.attributes, '-topmost', False) app.mainloop() diff --git a/mousemove/frame.py b/mousemove/frame.py index 408a649..670919f 100644 --- a/mousemove/frame.py +++ b/mousemove/frame.py @@ -82,6 +82,7 @@ def _read_hotkey(self): lbl.pack(padx=5, pady=5) self.master.withdraw() + pop_up.lift() self.master.update() hotkeys = self.master.get_hotkeys()