logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

razer.conf - configuration file for the OpenRazer Daemon

Description

The ~/.config/openrazer/razer.conf ($XDG_CONFIG_HOME is respected, if set) file configures some startup and runtime options of the openrazer-daemon(8). openrazer-daemon(8) is able to use configuration files specified in non-standard locations by providing the --config argument. The configuration file is formatted like a .INI file and is parsed by Python's ConfigParser.

Example

An example file should be installed under /usr/share/openrazer/razer.conf.example.

Name

razer.conf - configuration file for the OpenRazer Daemon

Sections

GENERAL The first section in the configuration file is a [General] section. This section contains miscellaneous options. verbose_loggingbool This flag specifies if the daemon is to output detailed logging information. This value acts the same as if -v or --verbose was passed at the command line. STARTUP The [Startup] section in the configuration file contains values to be used during startup, for example it can decide if syncing effects will be active when started. sync_effects_enabledbool This flag specifies if the effects syncing logic is active when the daemon is started, not having to wait for the user to activate them. devices_off_on_screensaverbool This flag specifies if the functionality to turn off razer devices when the screensaver is activated is active when the daemon starts. battery_notifierbool This flag specifies that notifications should be shown regularly with the remaining battery level. battery_notifier_freqint This flag specifies how often the notification with the remaining battery level should be shown. battery_notifier_percentint This flag specifies what battery percentage the device should reach before sending notifications. restore_persistencebool This flag specifies whether effects saved in persistence.conf should be applied when the daemon starts. persistence_dual_boot_quirkbool This flag specifies whether the persisted effect is applied twice to address a quirk with newer devices that were last changed by Razer Synapse on Windows. Only applicable with restore_persistence = True.

See Also

openrazer-daemon(8) 2024-07-02 razer.conf(5)

See Also