forked from colonelpanic/dotfiles
[NixOS] Don't use vsync in picom because it couples refresh rate
This commit is contained in:
parent
13fe6783d0
commit
bba76e8755
@ -95,7 +95,7 @@ inputs: { pkgs, config, ... }: {
|
|||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vSync = true;
|
vSync = false;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
extraArgs = ["--experimental-backends"];
|
extraArgs = ["--experimental-backends"];
|
||||||
|
|
||||||
@ -108,6 +108,9 @@ inputs: { pkgs, config, ... }: {
|
|||||||
animation-for-open-window = "zoom";
|
animation-for-open-window = "zoom";
|
||||||
animation-for-unmap-window = "zoom";
|
animation-for-unmap-window = "zoom";
|
||||||
animation-for-transient-window = "slide-down";
|
animation-for-transient-window = "slide-down";
|
||||||
|
fade-in-step = 0.028;
|
||||||
|
fade-out-step = 0.028;
|
||||||
|
fading = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
wintypes = {
|
wintypes = {
|
||||||
|
Loading…
Reference in New Issue
Block a user