A user-space driver and GUI configurator for the Logitech G13
Go to file
June Tate-Gans 38384f512c bitwidgets: Import X11 misc fonts since they're PD
We really heavily depend on these fonts, so in the name of portability, it's
okayish to import them here. The license for these files is apparently the
public domain, so this should be okay.

Adjusts the fonts package to load in the fonts using importlib and some BytesIO
wizardry.
2022-05-13 15:21:25 -05:00
bin bin: Add simple scripts to start our gui and apps 2021-05-23 13:13:05 -05:00
debian icons: Fixup the G13 icons installation and usage 2021-05-30 11:32:20 -05:00
docs docs: Add some information about the applet model 2021-05-09 09:02:31 -05:00
etc Update the appindicator icon to match others 2021-05-30 15:40:16 -05:00
g13gui bitwidgets: Import X11 misc fonts since they're PD 2022-05-13 15:21:25 -05:00
.gitignore Ignore meson build artifacts. 2021-05-23 13:16:55 -05:00
AUTHORS Add an AUTHORS file so we can be more like upstream python apps 2021-05-23 13:14:15 -05:00
g13gui.doap Rip out my google address. 2021-07-13 14:05:16 -05:00
LICENSE setup: Add in manifest files 2021-05-23 13:12:57 -05:00
Makefile Add a makefile so we can easily build esoteric commands 2021-05-23 13:14:48 -05:00
MANIFEST.in setup: Add in manifest files 2021-05-23 13:12:57 -05:00
meson.build meson: Fix the project name to not be lutris 2022-05-13 15:07:45 -05:00
Pipfile pipenv: Swap to appdirs instead of xdg 2021-05-23 13:13:37 -05:00
Pipfile.lock pipenv: Swap to appdirs instead of xdg 2021-05-23 13:13:37 -05:00
README.md Migrate g13gui out of the g13gui subdir 2021-05-08 19:47:35 -05:00
setup.py setup: Clean up requires and fix entry_points 2021-05-23 13:13:49 -05:00

The G13 Configurator

What is this?

This is the companion application for configuring a Logitech G13 using the G13 user space driver originally written by ecraven, and available at https://github.com/jtgans/g13.

This tool allows you to:

  • Graphically plan out a keymapping
  • Save multiple profiles
  • Use the LCD with pluggable dbus-based applications
  • Switch profiles using the LCD

All wrapped up in a glorious Gtk 3.0 + libappindicator interface.

Please note: this is an early version of the application and as such it is still in heavy development.