Skip to content

osvajac0/akemito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akemito

banner

Akemito

A Linux lightweight mouse position memory tool for X11.

Features

  • Automatically saves cursor position after it remains still for 1 second
  • Restores saved position with a keyboard shortcut Alt+Z

Requirements

  • python3
  • X11 (Xorg) window system
  • Dependencies:
    • pynput (Python library for monitoring and controlling input devices)
    • python-xlib (Python interface to X11)

Installation

  1. Clone or download this repository
 git clone https://github.com/osvajac0/akemito.git
  1. Open the repository's directory
cd akemito
  1. Make the install script executable:
 sudo chmod +x install_akemito.sh
  1. Run the installation script:
sudo ./install_akemito.sh

How it works?

  1. Akemito monitors your mouse cursor position
  2. When the cursor remains still for the specified time 1 second, it prepares to save the position
  3. Once the cursor moves after being still, the position is saved
  4. Press Alt+Z at any time to restore the cursor to the saved position

Troubleshooting

My shortcut isn't working

Make sure no other application is capturing the same keyboard shortcut.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published