A Linux lightweight mouse position memory tool for X11.
- Automatically saves cursor position after it remains still for
1 second - Restores saved position with a keyboard shortcut
Alt+Z
python3X11(Xorg) window system- Dependencies:
pynput(Python library for monitoring and controlling input devices)python-xlib(Python interface to X11)
- Clone or download this repository
git clone https://github.com/osvajac0/akemito.git
- Open the repository's directory
cd akemito
- Make the install script executable:
sudo chmod +x install_akemito.sh
- Run the installation script:
sudo ./install_akemito.sh
- Akemito monitors your mouse cursor position
- When the cursor remains still for the specified time
1 second, it prepares to save the position - Once the cursor moves after being still, the position is saved
- Press
Alt+Zat any time to restore the cursor to the saved position
Make sure no other application is capturing the same keyboard shortcut.

