Skip to content

Commit

Permalink
Program visibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteP99 committed Mar 19, 2021
1 parent 28de8b0 commit 4265f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -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()
1 change: 1 addition & 0 deletions mousemove/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4265f7c

Please sign in to comment.