- in my main office, I have two Elgato keylights placed on my desk
and the Python scripts in this commit allow me to control the lights
with Gnome keyboard shortcuts
- add an installation scripts that sets up a Python venv to run
the above scripts
- add config file ~/.config/alacritty/alacritty.yml
(not synced by mackup)
- make Gnome's <Super>t shortcut start a new alacritty instance
- fix minor mouse issue interacting with vim
- create Gnome keyboard shortcuts to manage the Elgato key lights:
+ toggle
+ increase and decrease brightness
- we use Python scripts in ~/.config/gnome-settings/elgato
based on the "leglight" PIP package
(Source: https://gitlab.com/obviate.io/pyleglight)