razer.conf(5) | File Formats Manual | razer.conf(5) |
razer.conf - configuration file for the OpenRazer Daemon
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.
An example file should be installed under /usr/share/openrazer/razer.conf.example.
The first section in the configuration file is a [General] section. This section contains miscellaneous options.
verbose_logging bool
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_enabled bool
devices_off_on_screensaver bool
mouse_battery_notifier bool
The [Statistics] section in the configuration file contains options to control how and when statistics will be collected.
key_statistics bool
2019-02-06 |