Skip to content

Instantly share code, notes, and snippets.

View cybercorey's full-sized avatar
😀
Happy git noises

Corey Davis cybercorey

😀
Happy git noises
View GitHub Profile
@ammgws
ammgws / logitech_g110_instructions.md
Last active August 15, 2021 06:11
getting logitech g110 to work in arch linux

Packages to install from system repo / AUR

sudo pacman -S python2-gconf from AUR: python2-rsvg

Create python2.7 virtualenv to use with gnome15 and install requirements with pip

vf new -p python2.7 gnome15_venv
vf globalpackages  # to allow system packages installed above to be used in this venv