💻🧭cmdCompass is a cross-platform terminal command manager/notebook, enabling users to organize commands into collections, apply tags, define templates with dynamic variables, and view Linux Man (manual) pages with automatic command option highlighting
Started by centering the main window+(offset) with the screen. All the side windows will appear justified to the main window. Any other popups will appear in the middle of the screen.
The next step would be to take into account if the main window moves(this current fix does not do so). There are ways in Tkinter to get a window's current position, but we would have to pass the parent window to the child upon creation to call Toplevel..winfo_x() and .winfo_y().
Started by centering the main window+(offset) with the screen. All the side windows will appear justified to the main window. Any other popups will appear in the middle of the screen.
The next step would be to take into account if the main window moves(this current fix does not do so). There are ways in Tkinter to get a window's current position, but we would have to pass the parent window to the child upon creation to call Toplevel..winfo_x() and .winfo_y().