services.picom.vSync

NixOS option

Enable vertical synchronization. Chooses the best method (drm, opengl, opengl-oml, opengl-swc, opengl-mswc) automatically. The bool value should be used, the others are just for backwards compatibility.

type: boolean or one of "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc"
Default
false
declared in: nixos/modules/services/x11/picom.nixView source on NixOS/nixpkgs →