Add keyboard shortcuts for Elgato key lights
- 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)
This commit is contained in:
parent
9bc310ff9f
commit
337bebbb0c
6 changed files with 67 additions and 2 deletions
|
|
@ -210,7 +210,7 @@ _py2_version='2.7.18'
|
|||
_py3_site_packages=('black' 'pipenv' 'poetry')
|
||||
|
||||
# The pyenv virtualenv "utils" contains some globally available tools (e.g., mackup)
|
||||
_py3_utils=('mackup' 'youtube-dl')
|
||||
_py3_utils=('leglight' 'mackup' 'youtube-dl')
|
||||
|
||||
# Important: this REMOVES the old ~/.pyenv installation
|
||||
_install_pyenv() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue