compton: adding missing xr_glx_hybrid backend
Compton can run with xr_glx_hybrid backend too. Adding this missing option.
This commit is contained in:
parent
ba3a792435
commit
57475d12ad
1 changed files with 2 additions and 2 deletions
|
@ -181,10 +181,10 @@ in {
|
|||
};
|
||||
|
||||
backend = mkOption {
|
||||
type = types.enum [ "glx" "xrender" ];
|
||||
type = types.enum [ "glx" "xrender" "xr_glx_hybrid" ];
|
||||
default = "xrender";
|
||||
description = ''
|
||||
Backend to use: <literal>glx</literal> or <literal>xrender</literal>.
|
||||
Backend to use: <literal>glx</literal>, <literal>xrender</literal> or <literal>xr_glx_hybrid</literal>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue