Skip to content

This Python script provides a user-friendly way to adjust your mouse dpi (relative speed) on Arch Linux. It offers a GUI for entering your desired DPI and translates it into a suitable setting for xset.

Notifications You must be signed in to change notification settings

resl1337/archlinux-dpi-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

archlinux-dpi-changer

!! This script leverages xset to modify mouse speed, which provides a relative change, not a true DPI setting. The provided conversion factor is an approximation and might require fine-tuning based on your specific system and mouse!!

Make sure you have python and tkinter installed on your Arch Linux system.

You can install them using pacman:

sudo pacman -S python tkinter

About

This Python script provides a user-friendly way to adjust your mouse dpi (relative speed) on Arch Linux. It offers a GUI for entering your desired DPI and translates it into a suitable setting for xset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages