Skip to content

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

License

Notifications You must be signed in to change notification settings

z3ntu/RazerGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25636ec · Nov 10, 2024
Mar 9, 2024
Apr 28, 2024
Nov 10, 2024
Dec 11, 2022
Nov 9, 2024
Dec 6, 2022
Dec 12, 2022
Mar 9, 2024
Apr 29, 2024
Apr 28, 2019
Jan 7, 2017
Dec 11, 2022
Aug 7, 2019
Nov 10, 2024

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.