.\" Generated by scdoc 1.5.2 .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "razer.conf" "5" "2018-10-18" .P .SH NAME .P razer.conf - configuration file for the OpenRazer Daemon .P .SH DESCRIPTION .P The \fI~/.config/openrazer/razer.conf\fR (\fB$XDG_CONFIG_HOME\fR is respected, if set) file configures some startup and runtime options of the \fBopenrazer-daemon\fR(8). \fBopenrazer-daemon\fR(8) is able to use configuration files specified in non-standard locations by providing the \fI--config\fR argument. .P The configuration file is formatted like a .INI file and is parsed by Python's ConfigParser. .P .SH EXAMPLE .P An example file should be installed under \fI/usr/share/openrazer/razer.conf.example\fR. .P .SH SECTIONS .P .SS GENERAL .P The first section in the configuration file is a \fB[General]\fR section. This section contains miscellaneous options. .P \fBverbose_logging\fR \fIbool\fR .RS 4 This flag specifies if the daemon is to output detailed logging information. This value acts the same as if \fB-v\fR or \fB--verbose\fR was passed at the command line. .P .RE .SS STARTUP .P The \fB[Startup]\fR 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. .P \fBsync_effects_enabled\fR \fIbool\fR .RS 4 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. .P .RE \fBdevices_off_on_screensaver\fR \fIbool\fR .RS 4 This flag specifies if the functionality to turn off razer devices when the screensaver is activated is active when the daemon starts. .P .RE \fBmouse_battery_notifier\fR \fIbool\fR .RS 4 This flag specifies that notifications should be shown every ten minutes with the remaining battery level. .P .RE .SS STATISTICS .P The \fB[Statistics]\fR section in the configuration file contains options to control how and when statistics will be collected. .P \fBkey_statistics\fR \fIbool\fR .RS 4 This flag specifies if the daemon is to collect key statistics. Currently this is only collecting the key count per hour per key. .P .P .RE .SH SEE ALSO .P \fBopenrazer-daemon\fR(8)