Skip to content

z3ntu/RazerGenie

Repository files navigation

RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.

RazerGenie is using OpenRazer for providing control over Razer peripherals.

Screenshot of the RazerGenie main window Screenshot of the RazerGenie custom editor

Installation

Packages are available for these distributions:

Before installing RazerGenie please follow the instructions on how to install OpenRazer as you might hit unexpected problems otherwise.

If you are using a distribution not listed here please let me know and I'll try to make a package for that distribution!

How to compile

This is a quick and easy way to test the RazerGenie without installing it or to test the master branch.

meson setup builddir
meson compile -C builddir
./builddir/src/razergenie
# You could install it with 'meson install -C builddir' but that's not
# recommended # as the installation prefix has to be adjusted and files can
# get left in the filesystem.
# Use the package from your package manager whenever possible!

Bugs

If your device is not detected by RazerGenie and the device is supported by OpenRazer, it will most likely be an issue with your installation or configuration of OpenRazer. View the 'Troubleshooting' page in the OpenRazer Wiki for more information.

Functional or visual issues in RazerGenie should be opened in this repository.

Translations

RazerGenie supports multiple languages! If your language isn't yet included or you want to improve existing translations, please take a look at the 'Translations' Wiki page.